RadialMenu Members
In This Article
#Constructors
Name | Description |
---|---|
Radial |
Initializes a new instance of the Radial |
Radial |
Initializes a new instance of the Radial |
Radial |
Initializes a new instance of the Radial |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether the menu item glyphs are painted using the item foreground colors. |
Alpha |
Gets or sets the opacity level of the menu. |
Arc |
Gets or sets the thickness of arcs that mark hovered items. |
Arc |
Gets or sets the thickness of arcs that mark selected items. |
Auto |
Gets or sets whether the menu is automatically expanded when invoked. |
Back |
Gets or sets the Radial Menu’s background color. |
Border |
Gets or sets the background color of the menu’s outer border (the outer circle segment). |
Button |
Gets or sets the border color of the central button. |
Button |
Gets or sets the radius of the central button that expands and collapses the menu. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Can |
Indicates whether the current Popup |
Close |
Gets or sets whether the current Radial |
Collapse |
Gets or sets whether the current Radial |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Current |
Gets whether the container for items currently displayed in the menu is the Radial |
Default |
Gets or sets the glyph displayed by default in the Radial |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Glyph | Gets or sets an image displayed within the Radial Menu’s central circle button. |
Inner |
Gets or sets the starting radius of the inner circle segment that is filled with the color specified by an item’s Back |
Item |
Gets or sets whether items are auto-sized to fit the entire area of the Radial |
Item |
Provides access to links owned and displayed by the popup menu.
Inherited from Popup |
Links |
Gets or sets a value that stores information on the links added to the current Popup |
Manager |
Specifies the Bar |
Menu |
Gets or sets the secondary Radial |
Menu |
This property is not supported by the Radial |
Menu |
Gets or sets the radius of the Radial Menu, in pixels. |
Name |
Gets or sets the name of the popup menu component.
Inherited from Popup |
Paint |
Gets or sets the style used to paint the current Radial |
Ribbon |
Specifies the Ribbon |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Sub |
Gets or sets the color used to paint the menu’s border segment corresponding to a sub-menu when it is hovered over. |
Tag |
Gets or sets user-defined data associated with the control.
Inherited from Popup |
Text |
Gets or sets the Radial |
Visible | Gets whether the menu is visible. |
#Methods
Name | Description |
---|---|
Add |
Adds a specific item link to the current Radial |
Add |
Adds an array of item links to the current Popup |
Begin |
Starts the runtime initialization of the Popup |
Begin |
Locks the Popup |
Calc |
Returns information on the Radial |
Clear |
Removes all links from the Radial |
Collapse |
Collapses the Radial |
Collapse |
Collapses the Radial |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Customize() |
Displays the customization dialog for the current Popup |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Ends the runtime initialization of the Popup |
End |
Unlocks the Popup |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand() |
Expands the collapsed Radial |
Get |
Gets whether the specified Bar |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets whether items contained in the specified Bar |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hide |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Hide |
Hides the current Radial |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Insert |
Inserts a new item link in the item link collection of the current Popup |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Merge |
Merges the specified menu’s items with the current menu’s items.
Inherited from Popup |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes a specific item link from the Popup |
Set |
Sets whether the specified Bar |
Set |
Sets whether items contained in the specified Bar |
Set |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Show |
Displays the menu at the specified position. |
Show |
Displays the current pop-up associated with a Bar |
Show |
Displays the Radial |
Show |
Displays the menu at the specified position. |
Show |
Displays the menu at the specified position. |
Show |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Popup |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Un |
Restores the original layout of the menu after a previous merge operation.
Inherited from Popup |
#Events
Name | Description |
---|---|
Before |
Allows you to customize the popup menu before it is displayed onscreen.
Inherited from Popup |
Center |
Occurs when the center button is clicked. |
Close |
Occurs when the Popup |
Collapsed | Fires after the menu is collapsed. |
Collapsing | Fires when the menu is about to be collapsed. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Expanded | Fires after the menu is expanded. |
Expanding | Fires when the menu is about to be expanded. |
Link |
Fires immediately after a link has been added to the popup menu.
Inherited from Popup |
Link |
Fires immediately after a link has been removed from the popup menu.
Inherited from Popup |
Mouse |
Occurs when the mouse pointer is over the control and a mouse button is pressed. |
Mouse |
Occurs when the mouse pointer enters the control. |
Mouse |
Occurs when the mouse pointer leaves the control. |
Mouse |
Occurs when the mouse pointer is moved over the control. |
Mouse |
Occurs when the mouse pointer is over the control and a mouse button is released. |
Popup |
Occurs when the Popup |
See Also