NumericPushButton class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.NumericPushButton
Modifiers: public
Summary¶
Numeric Push Button.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class NumericPushButton
class Button
Button <|-- NumericPushButton
class INumberPadButton {
<>
}
INumberPadButton <|.. NumericPushButton
class IDisposable {
<>
}
IDisposable <|.. NumericPushButton
Inherits from: Button
Implements: INumberPadButton, IDisposable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [NumericPushButton](# class. |
Properties¶
| Name | Summary |
|---|---|
| UseCrissCrossThemeManager | Gets or sets a value indicating whether [use criss cross theme manager]. |
| DecimalPlaces | Gets or sets how many decimal places to visualize. |
| ErrorText | Gets or sets the error text. |
| ErrorVisible | Gets or sets the error visible. |
| MaskColor | Gets or sets the color of the mask. |
| Maximum | Gets or sets the Maximum value allowed. |
| Minimum | Gets or sets the Minimum value. |
| ShowKeypad | Gets or sets the show keypad. |
| Units | Gets or sets the Units to display. |
| UnitsOnNewLine | Gets or sets a value indicating whether [units on new line]. |
| UseSeperateEditValue | Gets or sets a value indicating whether [units on new line]. |
| UserChanged | Gets or sets a value indicating whether the user changed. |
| Value | Gets or sets the Value of Button. |
| EditedValue | Gets or sets the Value of Button. |
| ValueDoubleObservable | Gets the value double observable and if the user changed it. |
| ValueSingle | Gets the value single. |
| ValueSingleObservable | Gets the value single observable and if the user changed it. |
| InDesignMode | Gets a value indicating whether this instance is in design mode. |
Fields¶
| Name | Summary |
|---|---|
| static DecimalPlacesProperty | Defaults decimal points. |
| static ErrorTextProperty | The error text property. |
| static ErrorVisibleProperty | The error visible property. |
| static MaskColorProperty | The mask color property. |
| static MaximumProperty | Maximum of the size of value. |
| static MinimumProperty | Minimum size of value. |
| static ShowKeypadProperty | The show keypad property. |
| static UnitsOnNewLineProperty | The units on new line property. |
| static UseSeperateEditValueProperty | The units on new line property. |
| static UnitsProperty | Units Dependency Property. |
| static ValueProperty | Value Change. |
| static EditedValueProperty | Edited Value Change. |
| static UseCrissCrossThemeManagerProperty | The use criss cross theme manager property. |
Methods¶
| Name | Summary |
|---|---|
| DisposeKeypad | Disposes the keypad. |
| Dispose | Releases unmanaged and - optionally - managed resources. |
Events¶
| Name | Summary |
|---|---|
| ValueChanged | Value changed and if user changed it |