WinForms

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

    Show / Hide Table of Contents

    Class ExpanderButton

    Specifies the button that is drawn on a XPTaskBarBox header help expand/collapse it.

    Inheritance
    System.Object
    ExpanderButton
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved