Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorButtonStyle Class
Members


In This Topic
    CalculatorButtonStyle Class
    In This Topic
    Represents the style of a button in the WinCalculator control.
    Syntax
    'Declaration
     
    Public NotInheritable Class CalculatorButtonStyle 
    'Usage
     
    Dim instance As CalculatorButtonStyle
    public sealed class CalculatorButtonStyle 
    Inheritance Hierarchy

    System.Object
       Xceed.Editors.CalculatorButtonStyle

    Public Properties
     NameDescription
    Public PropertyGets the button's visual appearance.  
    Public PropertyGets or sets a boolean value indicating if the button is enabled.  
    Public PropertyGets or sets the characters that react as input characters for the button.  
    Public PropertyGets or sets the button's text.  
    Public PropertyGets or sets a boolean value indicating if the button is visible.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the Enabled property to its default value, true.  
    Public MethodResets the value of the InputChars property to its default value.  
    Public MethodResets the value of the Text property to its default value.  
    Public MethodResets the value of the Visible property to its default value, true.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the Enabled property is changed.  
    Public EventRaised when the value of the InputChars property is changed.  
    Public EventRaised when the value of the Text property is changed.  
    Public EventRaised when the value of the Visible property is changed.  
    Top
    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