Class for HeaderItem in DrawerPanel
Inheritance
System.Object
DrawerHeader
Assembly: Syncfusion.Tools.Windows.dll
public class DrawerHeader : DrawerMenuItem
Constructors
Declaration
Properties
Declaration
public override Color ForeColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Gets/Sets the HeaderImage
Declaration
public Image HeaderImage { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Declaration
public string HeaderText { get; set; }
Property Value
Gets / Sets the DrawerMenuItem Image
Declaration
public override Image Image { get; set; }
Property Value
| Type |
| System.Drawing.Image |
Overrides
Gets/Sets whether the Transition is in RightDirection
Declaration
public bool RightDirection { get; set; }
Property Value
Gets/Sets the TextImageRelation
Declaration
public TextImageRl TextImageRelation { get; set; }
Property Value
Methods
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
| Type |
| System.Windows.Forms.AccessibleObject |
Overrides
Declaration
protected override void OnLeave(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.MouseEventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.MouseEventArgs |
e |
|
Overrides
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.MouseEventArgs |
e |
|
Overrides
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Windows.Forms.PaintEventArgs |
e |
|
Overrides
Declaration
public void ResetHeaderImage()
Declaration
public void ResetHeaderText()
Declaration
public void ResetRightDirection()
Declaration
public void ResetTextImageRelation()
Declaration
public bool ShouldSerializeHeaderImage()
Returns
Declaration
public bool ShouldSerializeHeaderText()
Returns
Declaration
public bool ShouldSerializeRightDirection()
Returns
Declaration
public bool ShouldSerializeTextImageRelation()
Returns
| Type |
Description |
| System.Boolean |
Returns true if the TextAlingment is Left
|