ComponentOne Menus and Toolbars for WinForms
C1.Win.Command.8 Assembly / C1.Win.Command Namespace / RadialMenuItem Class
Properties Methods Events


In This Topic
    RadialMenuItem Class Members
    In This Topic

    The following tables list the members exposed by RadialMenuItem.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RadialMenuItem class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of this menu item. Empty (default) means that item background specified for the whole menu is used.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyOverridden. Gets or sets a value indicating whether the menu item is checked.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Gets or sets a value indicating whether the menu item is enabled.  
    Public PropertyGets or sets a group name which is used for mutually exclusive checkable items. (Inherited from C1.Win.Command.RadialMenuItemBase)
    Public PropertyGets or sets the highlight color of this menu item. Empty (default) means that item highlight color specified for the whole menu is used.  
    Public PropertyGets or sets the hot expandable border color of this menu item. Empty (default) means that style specified for the whole menu is used.  
    Public PropertyOverridden. Gets or sets the image associated with the menu item.  
    Public PropertyGets or sets a value indicating whether the menu item is checkable. (Inherited from C1.Win.Command.RadialMenuItemBase)
    Public PropertyGets or sets the collection of items contained in this menu item.  
    Public PropertyOverridden. Gets or sets the name used to identify the item.  
    Public PropertyGets the parent of this menu item (which may be either a C1RadialMenu, or another RadialMenuItem).  
    Public PropertyGets or sets a value indicating whether the menu item is pressed. (Inherited from C1.Win.Command.RadialMenuItemBase)
    Public PropertyOverridden. 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.  
    Public PropertyOverridden. 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.  
    Public PropertyOverridden. Gets or sets a value indicating the number of sectors the item occupies.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Gets a value indicating the state of a radial menu item.  
    Public PropertyOverridden. Gets or sets the text associated with the menu item.  
    Public PropertyOverridden. Gets or sets the tooltip associated with the menu item.  
    Public PropertyGets or sets an arbitrary object that can be associated with this menu item.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from System.ComponentModel.Component)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodInvokes the Check event.  
    Protected MethodInvokes the Click event.  
    Protected MethodInvokes the Closed event.  
    Protected MethodInvokes the Closing event.  
    Protected MethodInvokes the Opened event.  
    Protected MethodInvokes the Opening event.  
    Protected MethodInvokes the Uncheck event.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Protected MethodOverridden. This method is for internal use only.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the menu item is checked.  
    Public EventOccurs when the menu item is clicked.  
    Public EventOccurs when the menu item is closed.  
    Public EventOccurs when the menu item is closing.  
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when the menu item is opened.  
    Public EventOccurs when the menu item is opening.  
    Public EventOccurs when the menu item is unchecked.  
    Top
    See Also