Class SplitContainerAdvActionList
Inheritance
System.Object
SplitContainerAdvActionList
Assembly: Syncfusion.Tools.Windows.dll
public class SplitContainerAdvActionList : SyncActionListBase<SplitContainerAdv>
Constructors
Declaration
public SplitContainerAdvActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public BorderStyle BorderStyle { get; set; }
Property Value
Type |
System.Windows.Forms.BorderStyle |
Declaration
public FixedPanel FixedPanel { get; set; }
Property Value
Declaration
public bool IsSplitterFixed { get; set; }
Property Value
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
System.Windows.Forms.Orientation |
Declaration
public bool Panel1Collapsed { get; set; }
Property Value
Declaration
public int Panel1MinSize { get; set; }
Property Value
Declaration
public bool Panel2Collapsed { get; set; }
Property Value
Declaration
public int Panel2MinSize { get; set; }
Property Value
Declaration
public int SplitterIncrement { get; set; }
Property Value
Declaration
public int SplitterWidth { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.SplitContainerAdv>.InitializeActionList()