Class RadialMenuDesigner
Designer class for RadialMenu
Inheritance
System.Object
RadialMenuDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadialMenuDesigner : ControlDesigner
Constructors
RadialMenuDesigner()
Initializes a new instance of the RadialMenuDesigner class
Declaration
public RadialMenuDesigner()
Properties
ActionLists
Gets the value indicating the designer action
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Overridden Initialize method.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Componnent object |