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


In This Topic
    CalculatorButtonStyle Class Members
    In This Topic

    The following tables list the members exposed by 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
    See Also