Class DockingManagerActionList
Inheritance
System.Object
DockingManagerActionList
Assembly: Syncfusion.Tools.Windows.dll
public class DockingManagerActionList : SyncActionListBase<DockingManager>
Constructors
Declaration
public DockingManagerActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public bool DisallowFloating { get; set; }
Property Value
Declaration
public DockLabelAlignmentStyle DockLabelAlignment { get; set; }
Property Value
Declaration
public DockTabAlignmentStyle DockTabAlignment { get; set; }
Property Value
Declaration
public bool DockToFill { get; set; }
Property Value
Declaration
public DragProviderStyle DragProviderStyle { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public bool PaintBorders { get; set; }
Property Value
Declaration
public bool PersistState { get; set; }
Property Value
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Declaration
public VisualStyle VisualStyle { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.DockingManager>.InitializeActionList()