Class StatusBarAdvActionList
Inheritance
System.Object
StatusBarAdvActionList
Assembly: Syncfusion.Tools.Windows.dll
public class StatusBarAdvActionList : SyncActionListBase<StatusBarAdv>
Constructors
Declaration
public StatusBarAdvActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public FlowAlignment Alignment { get; set; }
Property Value
Declaration
public bool AutoHeightControls { get; set; }
Property Value
Declaration
public bool AutoSize { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public StatusBarAdvPanel[] Panels { get; set; }
Property Value
Declaration
public bool SizingGrip { get; set; }
Property Value
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.StatusBarAdv>.InitializeActionList()