menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockingManagerActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockingManagerActionList

    Inheritance
    System.Object
    SyncActionListBase<DockingManager>
    DockingManagerActionList
    Inherited Members
    SyncActionListBase<DockingManager>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<DockingManager>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<DockingManager>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<DockingManager>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<DockingManager>.Control
    SyncActionListBase<DockingManager>.GetProperty(String)
    SyncActionListBase<DockingManager>.GetSortedActionItems()
    SyncActionListBase<DockingManager>.GetValue(String)
    SyncActionListBase<DockingManager>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DockingManagerActionList : SyncActionListBase<DockingManager>

    Constructors

    DockingManagerActionList(IComponent)

    Declaration
    public DockingManagerActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    DisallowFloating

    Declaration
    public bool DisallowFloating { get; set; }
    Property Value
    Type
    System.Boolean

    DockLabelAlignment

    Declaration
    public DockLabelAlignmentStyle DockLabelAlignment { get; set; }
    Property Value
    Type
    DockLabelAlignmentStyle

    DockTabAlignment

    Declaration
    public DockTabAlignmentStyle DockTabAlignment { get; set; }
    Property Value
    Type
    DockTabAlignmentStyle

    DockToFill

    Declaration
    public bool DockToFill { get; set; }
    Property Value
    Type
    System.Boolean

    DragProviderStyle

    Declaration
    public DragProviderStyle DragProviderStyle { get; set; }
    Property Value
    Type
    DragProviderStyle

    ImageList

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    PaintBorders

    Declaration
    public bool PaintBorders { get; set; }
    Property Value
    Type
    System.Boolean

    PersistState

    Declaration
    public bool PersistState { get; set; }
    Property Value
    Type
    System.Boolean

    ThemesEnabled

    Declaration
    public bool ThemesEnabled { get; set; }
    Property Value
    Type
    System.Boolean

    VisualStyle

    Declaration
    public VisualStyle VisualStyle { get; set; }
    Property Value
    Type
    VisualStyle

    Methods

    InitializeActionList()

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.DockingManager>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved