Class ExpanderButton
Specifies the button that is drawn on a XPTaskBarBox header help expand/collapse it.
Inheritance
System.Object
ExpanderButton
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ExpanderButton
Constructors
ExpanderButton()
Declaration
public ExpanderButton()
Properties
Bounds
Gets / sets the bounds of the button in the XPTaskBarBox's client Rectangle.
Declaration
public Rectangle Bounds { get; set; }
Property Value
Type |
---|
System.Drawing.Rectangle |
ExpandedState
Indicates whether the button is expanded or collapsed.
Declaration
public bool ExpandedState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | True for expanded state; false for collapsed. |