Name | Description | |
---|---|---|
RadialMenuCommandItem Constructor |
The following tables list the members exposed by RadialMenuCommandItem.
Name | Description | |
---|---|---|
RadialMenuCommandItem Constructor |
Name | Description | |
---|---|---|
Checked | Overridden. Gets or sets a value indicating whether the menu item is checked. | |
Command | Gets or sets the C1Command associated with this menu item. | |
Container | (Inherited from System.ComponentModel.Component) | |
Enabled | Overridden. Gets or sets a value indicating whether the menu item is enabled. | |
GroupName | Gets or sets a group name which is used for mutually exclusive checkable items. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Image | Overridden. 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. | |
IsCheckable | Gets or sets a value indicating whether the menu item is checkable. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Name | Gets or sets the name used to identify the item. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Pressed | Gets or sets a value indicating whether the menu item is pressed. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Sector | Gets or sets the sector index. A value of -1 means that the item is unordered using this property. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
SectorCount | Gets or sets a value indicating the number of sectors in the item. If sector count is greater then menu items, remaining sectors are shown as an empty space. If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown A value of -1 means that the number of sectors is equal to the number of items. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
SectorSpan | Gets or sets the number of sectors the item occupies. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Site | (Inherited from System.ComponentModel.Component) | |
State | Gets a value indicating the state of a radial menu item. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
Text | Overridden. 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. 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 | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnCheck | Invokes the Check event. | |
OnClosed | Invokes the Closed event. | |
OnClosing | Invokes the Closing event. | |
OnOpened | Invokes the Opened event. | |
OnOpening | Invokes the Opening event. | |
OnUncheck | Invokes the Uncheck event. | |
ResetChecked | Overridden. This method is for internal use only. | |
ResetCommand | This method is for internal use only. | |
ResetEnabled | Overridden. This method is for internal use only. | |
ResetImage | Overridden. This method is for internal use only. | |
ResetName | This method is for internal use only. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
ResetText | Overridden. This method is for internal use only. | |
ResetToolTip | Overridden. This method is for internal use only. | |
ShouldSerializeChecked | Overridden. This method is for internal use only. | |
ShouldSerializeCommand | This method is for internal use only. | |
ShouldSerializeEnabled | Overridden. This method is for internal use only. | |
ShouldSerializeImage | Overridden. This method is for internal use only. | |
ShouldSerializeName | This method is for internal use only. (Inherited from C1.Win.C1Command.RadialMenuItemBase) | |
ShouldSerializeText | Overridden. This method is for internal use only. | |
ShouldSerializeToolTip | Overridden. 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. | |
Disposed | (Inherited from System.ComponentModel.Component) | |
Opened | Occurs when the menu item is opened. | |
Opening | Occurs when the menu item is opening. | |
Uncheck | Occurs when the menu item is unchecked. |