WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SplitPanelAdv

    Show / Hide Table of Contents

    Class SplitPanelAdv

    Inheritance
    System.Object
    SplitPanelAdv
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class SplitPanelAdv : Panel

    Constructors

    SplitPanelAdv(SplitContainerAdv)

    Default constructor.

    Declaration
    public SplitPanelAdv(SplitContainerAdv container)
    Parameters
    Type Name Description
    SplitContainerAdv container

    Properties

    Anchor

    Declaration
    public override AnchorStyles Anchor { get; }
    Property Value
    Type Description
    System.Windows.Forms.AnchorStyles

    BackgroundColor

    The background color, gradient and other styles can be set through this property.

    Declaration
    public BrushInfo BackgroundColor { get; set; }
    Property Value
    Type Description
    BrushInfo
    Remarks

    The GradientPanel control provides this property to enable specialized custom gradient backgrounds.

    BorderStyle

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

    Collapsed

    Determines, is panel collapsed or not.

    Declaration
    protected bool Collapsed { get; set; }
    Property Value
    Type Description
    System.Boolean

    Dock

    Declaration
    public override DockStyle Dock { get; }
    Property Value
    Type Description
    System.Windows.Forms.DockStyle

    DrawSelected

    Indicates, draw panel selected or not at design-time.

    Declaration
    protected bool DrawSelected { get; }
    Property Value
    Type Description
    System.Boolean

    IgnoreThemeBackground

    Indicates whether the control will ignore the theme's background color and draw the backcolor instead.

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

    IsHorizontalGradient

    Declaration
    protected bool IsHorizontalGradient { get; }
    Property Value
    Type Description
    System.Boolean

    IsVerticalGradient

    Declaration
    protected bool IsVerticalGradient { get; }
    Property Value
    Type Description
    System.Boolean

    Location

    Declaration
    public Point Location { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Size

    Declaration
    public Size Size { get; set; }
    Property Value
    Type Description
    System.Drawing.Size

    TabIndex

    Declaration
    public int TabIndex { get; }
    Property Value
    Type Description
    System.Int32

    TabStop

    Declaration
    public bool TabStop { get; }
    Property Value
    Type Description
    System.Boolean

    ThemesEnabled

    Indicates whether the control is themed.

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

    Visible

    Declaration
    public bool Visible { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CreateAccessibilityInstance()

    Declaration
    protected override AccessibleObject CreateAccessibilityInstance()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    true if managed resources should be disposed; otherwise, false.

    OnClick(EventArgs)

    Declaration
    protected override void OnClick(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnDoubleClick(EventArgs)

    Declaration
    protected override void OnDoubleClick(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    OnPaintBackground(PaintEventArgs)

    Declaration
    protected override void OnPaintBackground(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    OnThemeChanged(EventArgs)

    Declaration
    protected virtual void OnThemeChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    ResetBackgroundColor()

    Declaration
    protected void ResetBackgroundColor()

    SetBorderStyle(BorderStyle)

    Declaration
    protected void SetBorderStyle(BorderStyle style)
    Parameters
    Type Name Description
    System.Windows.Forms.BorderStyle style

    ShouldSerializeBackgroundColor()

    Declaration
    protected bool ShouldSerializeBackgroundColor()
    Returns
    Type Description
    System.Boolean

    Events

    ThemeChanged

    Declaration
    public event EventHandler ThemeChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved