Class BuiltInContextMenu
Defines a build-in ContextMenuStrip manager for HexBox control to show Copy, Cut, Paste menu in contextmenu of the control.
Inherited Members
Namespace: Be.Windows.Forms
Assembly: Be.Windows.Forms.HexBox.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public sealed class BuiltInContextMenu : Component, IComponent, IDisposable
Constructors
View SourceBuiltInContextMenu(HexBox)
Initializes a new instance of BuildInContextMenu class.
Declaration
public BuiltInContextMenu(HexBox hexBox)
Parameters
| Type | Name | Description |
|---|---|---|
| HexBox | hexBox | the HexBox control |
Properties
View SourceCopyMenuItemImage
Gets or sets the image of the "Copy" ContextMenuStrip item.
Declaration
public Image CopyMenuItemImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
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 |
CopyMenuItemText
Gets or sets the custom text of the "Copy" ContextMenuStrip item.
Declaration
public string CopyMenuItemText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CutMenuItemImage
Gets or sets the image of the "Cut" ContextMenuStrip item.
Declaration
public Image CutMenuItemImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
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 |
CutMenuItemText
Gets or sets the custom text of the "Cut" ContextMenuStrip item.
Declaration
public string CutMenuItemText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PasteMenuItemImage
Gets or sets the image of the "Paste" ContextMenuStrip item.
Declaration
public Image PasteMenuItemImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
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 |
PasteMenuItemText
Gets or sets the custom text of the "Paste" ContextMenuStrip item.
Declaration
public string PasteMenuItemText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SelectAllMenuItemImage
Gets or sets the image of the "Select All" ContextMenuStrip item.
Declaration
public Image SelectAllMenuItemImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Image |
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 |
SelectAllMenuItemText
Gets or sets the custom text of the "Select All" ContextMenuStrip item.
Declaration
public string SelectAllMenuItemText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |