menu

WinForms

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

    Show / Hide Table of Contents

    Class SplitContainerAdvActionList

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

    Constructors

    SplitContainerAdvActionList(IComponent)

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

    Properties

    BorderStyle

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

    FixedPanel

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

    IsSplitterFixed

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

    Orientation

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

    Panel1Collapsed

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

    Panel1MinSize

    Declaration
    public int Panel1MinSize { get; set; }
    Property Value
    Type
    System.Int32

    Panel2Collapsed

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

    Panel2MinSize

    Declaration
    public int Panel2MinSize { get; set; }
    Property Value
    Type
    System.Int32

    SplitterIncrement

    Declaration
    public int SplitterIncrement { get; set; }
    Property Value
    Type
    System.Int32

    SplitterWidth

    Declaration
    public int SplitterWidth { get; set; }
    Property Value
    Type
    System.Int32

    Methods

    InitializeActionList()

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