HexBox
Search Results for

    Show / Hide Table of Contents

    Class BuiltInContextMenu

    Defines a build-in ContextMenuStrip manager for HexBox control to show Copy, Cut, Paste menu in contextmenu of the control.

    Inheritance
    object
    MarshalByRefObject
    Component
    BuiltInContextMenu
    Implements
    IComponent
    IDisposable
    Inherited Members
    Component.Dispose()
    Component.ToString()
    Component.Site
    Component.Container
    Component.Disposed
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    object.GetType()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Be.Windows.Forms
    Assembly: Be.Windows.Forms.HexBox.dll
    Syntax
    [TypeConverter(typeof(ExpandableObjectConverter))]
    public sealed class BuiltInContextMenu : Component, IComponent, IDisposable

    Constructors

    View Source

    BuiltInContextMenu(HexBox)

    Initializes a new instance of BuildInContextMenu class.

    Declaration
    public BuiltInContextMenu(HexBox hexBox)
    Parameters
    Type Name Description
    HexBox hexBox

    the HexBox control

    Properties

    View Source

    CopyMenuItemImage

    Gets or sets the image of the "Copy" ContextMenuStrip item.

    Declaration
    public Image CopyMenuItemImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    CopyMenuItemScalingImageName

    Gets or sets the scaling image resource name of the "Copy" ContextMenuStrip item.

    Declaration
    public string CopyMenuItemScalingImageName { get; set; }
    Property Value
    Type Description
    string
    View Source

    CopyMenuItemText

    Gets or sets the custom text of the "Copy" ContextMenuStrip item.

    Declaration
    public string CopyMenuItemText { get; set; }
    Property Value
    Type Description
    string
    View Source

    CutMenuItemImage

    Gets or sets the image of the "Cut" ContextMenuStrip item.

    Declaration
    public Image CutMenuItemImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    CutMenuItemScalingImageName

    Gets or sets the scaling image resource name of the "Cut" ContextMenuStrip item.

    Declaration
    public string CutMenuItemScalingImageName { get; set; }
    Property Value
    Type Description
    string
    View Source

    CutMenuItemText

    Gets or sets the custom text of the "Cut" ContextMenuStrip item.

    Declaration
    public string CutMenuItemText { get; set; }
    Property Value
    Type Description
    string
    View Source

    PasteMenuItemImage

    Gets or sets the image of the "Paste" ContextMenuStrip item.

    Declaration
    public Image PasteMenuItemImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    PasteMenuItemScalingImageName

    Gets or sets the scaling image resource name of the "Paste" ContextMenuStrip item.

    Declaration
    public string PasteMenuItemScalingImageName { get; set; }
    Property Value
    Type Description
    string
    View Source

    PasteMenuItemText

    Gets or sets the custom text of the "Paste" ContextMenuStrip item.

    Declaration
    public string PasteMenuItemText { get; set; }
    Property Value
    Type Description
    string
    View Source

    SelectAllMenuItemImage

    Gets or sets the image of the "Select All" ContextMenuStrip item.

    Declaration
    public Image SelectAllMenuItemImage { get; set; }
    Property Value
    Type Description
    Image
    View Source

    SelectAllMenuItemScalingImageName

    Gets or sets the scaling image resource name of the "Select All" ContextMenuStrip item.

    Declaration
    public string SelectAllMenuItemScalingImageName { get; set; }
    Property Value
    Type Description
    string
    View Source

    SelectAllMenuItemText

    Gets or sets the custom text of the "Select All" ContextMenuStrip item.

    Declaration
    public string SelectAllMenuItemText { get; set; }
    Property Value
    Type Description
    string

    Implements

    IComponent
    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX