Class StatusStripExDesigner
Inheritance
System.Object
StatusStripExDesigner
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusStripExDesigner : ControlDesigner
Constructors
StatusStripExDesigner()
Declaration
public StatusStripExDesigner()
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
| Type |
|---|
| Microsoft.DotNet.DesignTools.Designers.Actions.DesignerActionListCollection |
Methods
GetGlyphs(GlyphSelectionType)
Declaration
public override GlyphCollection GetGlyphs(GlyphSelectionType selectionType)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.DotNet.DesignTools.Designers.Behaviors.GlyphSelectionType | selectionType |
Returns
| Type |
|---|
| Microsoft.DotNet.DesignTools.Designers.Behaviors.GlyphCollection |
Initialize(IComponent)
Initializes new instance of RibbonTabGroupDesigner.
Declaration
public override void Initialize(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | Component parameter |