Class StatusBarAdvDesigner
Inheritance
System.Object
StatusBarAdvDesigner
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusBarAdvDesigner : ParentControlDesigner
Constructors
StatusBarAdvDesigner()
Declaration
public StatusBarAdvDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
ComponentChangeService_ComponentAdded(Object, ComponentEventArgs)
Declaration
public void ComponentChangeService_ComponentAdded(object sender, ComponentEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.ComponentModel.Design.ComponentEventArgs | e |
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
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 System.ComponentModel.IComponent to associate with the designer. |