Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonAppearance Class / ButtonType Property


    ButtonType Property (CalculatorButtonAppearance)
    Gets or sets the appearance of the button.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The appearance of the button.")>
    <CategoryAttribute("Appearance")>
    Public Property ButtonType As ButtonType
     
    'Usage
     
    Dim instance As CalculatorButtonAppearance
    Dim value As ButtonType
     
    instance.ButtonType = value
     
    value = instance.ButtonType

    Property Value

    A ButtonType representing the appearance of the button.
    Remarks

    The button's appearance can change depending on the value of the Xceed.UI.ThemedControl.UIStyle property.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also