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


In This Topic
    ButtonStyles Property
    In This Topic
    Gets the styles of the buttons in the WinCalculator control.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The styles of the buttons in the WinCalculator control.")>
    <CategoryAttribute("Appearance")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    <EditorAttribute(System.ComponentModel.Design.ArrayEditor, System.ComponentModel.Design.ArrayEditor)>
    Public ReadOnly Property ButtonStyles As CalculatorButtonStyleList
    'Usage
     
    Dim instance As WinCalculator
    Dim value As CalculatorButtonStyleList
     
    value = instance.ButtonStyles
    [Description("The styles of the buttons in the WinCalculator control.")]
    [Category("Appearance")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    [Editor(System.ComponentModel.Design.ArrayEditor, System.ComponentModel.Design.ArrayEditor)]
    public CalculatorButtonStyleList ButtonStyles {get;}
    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