[]
Represents a radial menu item associated with a C1Command.
public class RadialMenuCommandItem : RadialMenuItemBase, IComponent, IDisposable
Name | Description |
---|---|
RadialMenuCommandItem() |
Name | Description |
---|---|
Checked | Gets or sets a value indicating whether the menu item is checked. |
Command | Gets or sets the C1Command associated with this menu item. |
Enabled | Gets or sets a value indicating whether the menu item is enabled. |
Image | Overridden. Gets or sets the image shown by this menu item. Note that setting this property does not change the image on the associated C1Command. |
Text | Overridden. Gets or sets the text shown by this menu item. Note that setting this property does not change the text on the associated C1Command. |
ToolTip | Overridden. Gets or sets the tooltip shown by this menu item. Note that setting this property does not change the tooltip on the associated C1Command. |
Name | Description |
---|---|
OnCheck(EventArgs) | Invokes the Check event. |
OnClosed(EventArgs) | Invokes the Closed event. |
OnClosing(CancelEventArgs) | Invokes the Closing event. |
OnOpened(EventArgs) | Invokes the Opened event. |
OnOpening(CancelEventArgs) | Invokes the Opening event. |
OnUncheck(EventArgs) | Invokes the Uncheck event. |
ResetChecked() | This method is for internal use only. |
ResetCommand() | This method is for internal use only. |
ResetEnabled() | This method is for internal use only. |
ResetImage() | This method is for internal use only. |
ResetText() | This method is for internal use only. |
ResetToolTip() | This method is for internal use only. |
ShouldSerializeChecked() | This method is for internal use only. |
ShouldSerializeCommand() | This method is for internal use only. |
ShouldSerializeEnabled() | This method is for internal use only. |
ShouldSerializeImage() | This method is for internal use only. |
ShouldSerializeText() | This method is for internal use only. |
ShouldSerializeToolTip() | This method is for internal use only. |
Name | Description |
---|---|
Check | Occurs when the menu item is checked. |
Closed | Occurs when the menu item is closed. |
Closing | Occurs when the menu item is closing. |
Opened | Occurs when the menu item is opened. |
Opening | Occurs when the menu item is opening. |
Uncheck | Occurs when the menu item is unchecked. |