ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1RadialMenu Class
Properties Methods Events


In This Topic
    C1RadialMenu Class Members
    In This Topic

    The following tables list the members exposed by C1RadialMenu.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1RadialMenu class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the radial menu should automatically hide on certain events (such as lost focus etc).

    The default is true.

     
    Public PropertyGets or sets the width of the radial menu's outer border.

    The default value is 24.

     
    Public PropertyGets or sets the radius of the central button.

    The default value is 28.

     
    Public PropertyGets or sets the screen coordinates of the menu's center. If the menu is currently invisible (Visible is false), setting this property throws an exception.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the cursor used by the radial menu.

    The default value is "hand".

     
    Public PropertyGets or sets a value indicating whether the radial menu is enabled.

    The default is true.

     
    Public PropertyGets a value indicating whether the radial menu is currently expanded.  
    Public PropertyGets or sets the image shown in the radial menu's center button.  
    Public PropertyGets or sets the radius separating the area filled with items' background color on the outside from the inner area filled with radial menu's own background.

    The default value is 70.

     
    Public PropertyGets or sets the collection of items contained in this menu.  
    Public PropertyGets or sets the menu radius in the expanded state.

    The default value is 160.

     
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets the position of the tooltip relative to the radial menu.

    The default value is "left".

     
    Public PropertyGets or sets a value indicating whether the menu should use animation effects.

    The default value is true.

     
    Public PropertyGets a value indicating whether the radial menu is currently visible.  
    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 Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden.   
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodHides the radial menu if it is currently visible.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodMoves the radial menu if it is currently visible, does nothing otherwise.  
    Public MethodShows the radial menu at the specified screen point. If the menu is currently visible at another location, it is hidden first.  
    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 MethodThis method is for internal use only.  
    Protected MethodThis method is for internal use only.  
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when a menu item is clicked.  
    Public EventOccurs when the menu is closed.  
    Public EventOccurs when a public property has changed.  
    Top
    See Also