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


In This Topic
    ButtonType Property (WinButton)
    In This Topic
    Gets or sets the appearance of the button.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates the appearance of the button.")>
    <CategoryAttribute("Appearance")>
    <MergablePropertyAttribute(False)>
    Public Property ButtonType As ButtonType
    'Usage
     
    Dim instance As WinButton
    Dim value As ButtonType
     
    instance.ButtonType = value
     
    value = instance.ButtonType
    [Description("Indicates the appearance of the button.")]
    [Category("Appearance")]
    [MergableProperty(false)]
    public ButtonType ButtonType {get; set;}

    Property Value

    A ButtonType representing the appearance of the button. By default, DefaultButtonType.
    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