ContextMenuItem Class |
Namespace: DotNetBrowser.ContextMenu
public sealed class ContextMenuItem
The ContextMenuItem type exposes the following members.
Name | Description | |
---|---|---|
IsChecked |
Indicates whether context menu item is checked or not.
| |
IsEnabled |
Indicates whether context menu item is enabled or not.
| |
SubItems |
Gets a collection of sub-items.
| |
Text |
Gets the text of the context menu item.
| |
Type |
Gets the type of the context menu item.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |