Class AutoLabelDesigner
Provides design-time support for the AutoLabel control.
Inheritance
System.Object
AutoLabelDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class AutoLabelDesigner : ControlDesigner
Constructors
AutoLabelDesigner()
Initializes a new instance of the AutoLabelDesigner class.
Declaration
public AutoLabelDesigner()
Properties
ActionLists
Gets the collection of design-time action lists for the AutoLabel control.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
|---|
| System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Initializes the designer with the specified component.
Declaration
public override void Initialize(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | The component to associate with the designer. |