Name | Description | |
---|---|---|
RadialMenuItem Constructor | Initializes a new instance of the RadialMenuItem class. |
The following tables list the members exposed by RadialMenuItem.
Name | Description | |
---|---|---|
RadialMenuItem Constructor | Initializes a new instance of the RadialMenuItem class. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of this menu item. Empty (default) means that item background specified for the whole menu is used. | |
BorderColor | Gets or sets the non-expandable border color of this menu item. Empty (default) means that item non-expandable border color specified for the whole menu is used. | |
CheckColor | Gets or sets the check mark color of this menu item. Empty (default) means that item check mark color specified for the whole menu is used. | |
Checked | Overridden. Gets or sets a value indicating whether the menu item is checked. | |
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.Command.RadialMenuItemBase) | |
HighlightColor | Gets or sets the highlight color of this menu item. Empty (default) means that item highlight color specified for the whole menu is used. | |
HotExpandableBorderColor | Gets or sets the hot expandable border color of this menu item. Empty (default) means that style specified for the whole menu is used. | |
Image | Overridden. Gets or sets the image associated with the menu item. | |
IsCheckable | Gets or sets a value indicating whether the menu item is checkable. (Inherited from C1.Win.Command.RadialMenuItemBase) | |
Items | Gets or sets the collection of items contained in this menu item. | |
Name | Overridden. Gets or sets the name used to identify the item. | |
Parent | Gets the parent of this menu item (which may be either a C1RadialMenu, or another RadialMenuItem). | |
Pressed | Gets or sets a value indicating whether the menu item is pressed. (Inherited from C1.Win.Command.RadialMenuItemBase) | |
Sector | Overridden. Gets or sets a value indicating the sector index for the item. A value of -1 means that the item is unordered using this property. | |
SectorCount | Overridden. Gets or sets a value indicating the number of sectors in the item. If sector count is greater then menu items count, 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. | |
SectorSpan | Overridden. Gets or sets a value indicating the number of sectors the item occupies. | |
Site | (Inherited from System.ComponentModel.Component) | |
State | Overridden. Gets a value indicating the state of a radial menu item. | |
Text | Overridden. Gets or sets the text associated with the menu item. | |
ToolTip | Overridden. Gets or sets the tooltip associated with the menu item. | |
UserData | Gets or sets an arbitrary object that can be associated with this menu item. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
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. | |
OnClick | Invokes the Click 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. | |
ResetEnabled | Overridden. This method is for internal use only. | |
ResetImage | Overridden. This method is for internal use only. | |
ResetName | Overridden. This method is for internal use only. | |
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. | |
ShouldSerializeEnabled | Overridden. This method is for internal use only. | |
ShouldSerializeImage | Overridden. This method is for internal use only. | |
ShouldSerializeName | Overridden. This method is for internal use only. | |
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. | |
Click | Occurs when the menu item is clicked. | |
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. |