Class RadioButtonAdvDesigner
Design the RadioButtonAdv provides values into RadioButtonAdvDesigner class.
Inheritance
System.Object
RadioButtonAdvDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RadioButtonAdvDesigner : ControlDesigner
Constructors
RadioButtonAdvDesigner()
Initializes a new instance of the RadioButtonAdvDesigner class.
Declaration
public RadioButtonAdvDesigner()
Properties
ActionLists
Gets a ActionList collection.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Overridden. See Initialize(IComponent).
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |