RuiUpdateUi Class |
[Missing <summary> documentation for "T:Rhino.UI.RuiUpdateUi"]
Namespace: Rhino.UI
The RuiUpdateUi type exposes the following members.
Name | Description | |
---|---|---|
Checked | Set to true to enable menu item or false to check menu item | |
Enabled | Set to true to enable menu item or false to disable menu item | |
FileId | Id of the RUI file that owns this menu item | |
MenuHandle | Windows menu handle of menu that contains this item | |
MenuId | Id of the menu that owns this menu item | |
MenuIndex | Zero based index of item in the Windows menu | |
MenuItemId | Id of the menu item that owns this menu item | |
RadioChecked | Set to true to enable menu item or false to check menu item | |
Text | Menu item text | |
WindowsMenuItemId | Windows menu item ID |
Name | Description | |
---|---|---|
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.) | |
RegisterMenuItem(Guid, Guid, Guid, RuiUpdateUiUpdateMenuItemEventHandler) | Register menu item update delegate | |
RegisterMenuItem(String, String, String, RuiUpdateUiUpdateMenuItemEventHandler) | Register menu item update delegate | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |