public class MainMenuItem
Public Class MainMenuItem
public ref class MainMenuItem
type MainMenuItem = class end
MainMenuItem | Default constructor of the MainMenuItem class. |
Checked | Determines whether the current main menu item is checked or not. |
Click | Event to execute by the current main menu item. |
Enabled | Determines whether the current main menu item is enabled or not. |
Image | Bitmap icon to display in the main menu item. Usually bitmap is shown at the left of the Text. |
Items | Children menu items of the current main menu item. |
Name | Name of the main menu item. |
ShortcutKey | Keyboard shortcut for the current main menu item. |
ShortcutKeyDisplayString | Text to display on the current main menu item for the user to shown what ShortcutKey can be used to initiate Click by keyboard. |
Size | Size of the main menu item. |
Tag | The main menu item tag. |
Text | text to display on the main menu item. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |