'Declaration Public NotInheritable Class CalculatorButtonStyle
'Usage Dim instance As CalculatorButtonStyle
public sealed class CalculatorButtonStyle
'Declaration Public NotInheritable Class CalculatorButtonStyle
'Usage Dim instance As CalculatorButtonStyle
public sealed class CalculatorButtonStyle
System.Object
Xceed.Editors.CalculatorButtonStyle
Name | Description | |
---|---|---|
![]() | Appearance | Gets the button's visual appearance. |
![]() | Enabled | Gets or sets a boolean value indicating if the button is enabled. |
![]() | InputChars | Gets or sets the characters that react as input characters for the button. |
![]() | Text | Gets or sets the button's text. |
![]() | Visible | Gets or sets a boolean value indicating if the button is visible. |
Name | Description | |
---|---|---|
![]() | ResetEnabled | Resets the value of the Enabled property to its default value, true. |
![]() | ResetInputChars | Resets the value of the InputChars property to its default value. |
![]() | ResetText | Resets the value of the Text property to its default value. |
![]() | ResetVisible | Resets the value of the Visible property to its default value, true. |
![]() | ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
![]() | EnabledChanged | Raised when the value of the Enabled property is changed. |
![]() | InputCharsChanged | Raised when the value of the InputChars property is changed. |
![]() | TextChanged | Raised when the value of the Text property is changed. |
![]() | VisibleChanged | Raised when the value of the Visible property is changed. |
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