Class GroupBarActionList
Inheritance
System.Object
GroupBarActionList
Assembly: Syncfusion.Shared.Base.dll
public class GroupBarActionList : SyncActionListBase<GroupBar>
Constructors
Declaration
public GroupBarActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool AllowCollapse { get; set; }
Property Value
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type |
System.Windows.Forms.BorderStyle |
Declaration
public bool Collapsed { get; set; }
Property Value
Declaration
public DockStyle Dock { get; set; }
Property Value
Type |
System.Windows.Forms.DockStyle |
Declaration
public bool FlatLook { get; set; }
Property Value
Declaration
public GroupBar.GroupBarItemCollection GroupBarItems { get; set; }
Property Value
Declaration
public bool IntegratedScrolling { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Declaration
public Office2007Theme Office2007Theme { get; set; }
Property Value
Declaration
public PopupResizeMode PopupResizeMode { get; set; }
Property Value
Declaration
public bool StackedMode { get; set; }
Property Value
TextAlign
Declaration
public TextAlignment TextAlign { get; set; }
Property Value
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Methods
Declaration
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.GroupBar>.InitializeActionList()
Declaration
public void RemoveGroup()