Class SplitPanelAdv
Inheritance
System.Object
SplitPanelAdv
Assembly: Syncfusion.Tools.Windows.dll
public class SplitPanelAdv : Panel
Constructors
Declaration
public SplitPanelAdv(SplitContainerAdv container)
Parameters
Properties
Declaration
public override AnchorStyles Anchor { get; }
Property Value
Type |
System.Windows.Forms.AnchorStyles |
The background color, gradient and other styles can be set through
this property.
Declaration
public BrushInfo BackgroundColor { get; set; }
Property Value
Declaration
public BorderStyle BorderStyle { get; }
Property Value
Type |
System.Windows.Forms.BorderStyle |
Determines, is panel collapsed or not.
Declaration
protected bool Collapsed { get; set; }
Property Value
Declaration
public override DockStyle Dock { get; }
Property Value
Type |
System.Windows.Forms.DockStyle |
Indicates, draw panel selected or not at design-time.
Declaration
protected bool DrawSelected { get; }
Property Value
Indicates whether the control will ignore the theme's background color and draw the backcolor instead.
Declaration
public bool IgnoreThemeBackground { get; set; }
Property Value
Declaration
protected bool IsHorizontalGradient { get; }
Property Value
Declaration
protected bool IsVerticalGradient { get; }
Property Value
Declaration
public Point Location { get; set; }
Property Value
Type |
System.Drawing.Point |
Declaration
public string Name { get; set; }
Property Value
Declaration
public Size Size { get; set; }
Property Value
Declaration
public int TabIndex { get; }
Property Value
Declaration
public bool TabStop { get; }
Property Value
Indicates whether the control is themed.
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Declaration
public bool Visible { get; }
Property Value
Methods
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
System.Windows.Forms.AccessibleObject |
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.
|
Declaration
protected override void OnClick(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnDoubleClick(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected override void OnPaintBackground(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected virtual void OnThemeChanged(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected void ResetBackgroundColor()
Declaration
protected void SetBorderStyle(BorderStyle style)
Parameters
Type |
Name |
Description |
System.Windows.Forms.BorderStyle |
style |
|
Declaration
protected bool ShouldSerializeBackgroundColor()
Returns
Events
Declaration
public event EventHandler ThemeChanged
Event Type