Class DrawerViewContainer
DrawerPanel
Inheritance
System.Object
DrawerViewContainer
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DrawerViewContainer : Panel
Constructors
DrawerViewContainer()
Constructor
Declaration
public DrawerViewContainer()
Properties
BackColor
Gets/Sets the BackColor
Declaration
public override Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
CreateAccessibilityInstance()
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |
OnPaintBackground(PaintEventArgs)
Paints the background of the control.
Declaration
protected override void OnPaintBackground(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e | A System.Windows.Forms.PaintEventArgs that contains the event data. |
ResetBackColor()
To Reset BackColor
Declaration
public void ResetBackColor()
ShouldSerializeBackColor()
Serialize the BackColor
Declaration
public bool ShouldSerializeBackColor()
Returns
Type |
---|
System.Boolean |