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 |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
GetGlyphs(GlyphSelectionType)
Declaration
public override GlyphCollection GetGlyphs(GlyphSelectionType selectionType)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Design.Behavior.GlyphSelectionType | selectionType |
Returns
Type |
---|
System.Windows.Forms.Design.Behavior.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 |