Class RadialMenuActionList
Class for RadialMenuActionList.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuActionList : SyncActionListBase<RadialMenu>
Constructors
RadialMenuActionList(IComponent)
Initializes a new instance of the RadialMenuActionList class.
Declaration
public RadialMenuActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
Items
Gets or sets the items associated with the RadialMenu.
Declaration
public RadialMenuItemCollection Items { get; set; }
Property Value
Type |
---|
RadialMenuItemCollection |
Name
Gets or sets the Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
WedgeCount
Gets sets the value for WedgeCount
Declaration
public int WedgeCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
InitializeActionList()
Overridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RadialMenu>.InitializeActionList()