Class CheckBoxAdvDesigner
Design the CheckBoxAdv properties values into CheckBoxAdvDesigner class.
Inheritance
System.Object
CheckBoxAdvDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CheckBoxAdvDesigner : ControlDesigner
Constructors
CheckBoxAdvDesigner()
Initializes a new instance of the CheckBoxAdvDesigner class.
Declaration
public CheckBoxAdvDesigner()
Properties
ActionLists
Gets a value indication the designer action.
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 | Componnent object |