INumberPadButton interface¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.INumberPadButton
Modifiers: public abstract
Summary¶
NumberPad Button.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Properties¶
| Name | Summary |
|---|---|
| DecimalPlaces | Gets or sets the decimal places. |
| IsEnabled | Gets or sets a value indicating whether this instance is enabled. |
| Maximum | Gets or sets the maximum. |
| Minimum | Gets or sets the minimum. |
| Units | Gets or sets the units. |
| UnitsOnNewLine | Gets or sets a value indicating whether [units on new line]. |
| UserChanged | Gets or sets a value indicating whether [user changed]. |
| Value | Gets or sets the value. |
| EditedValue | Gets or sets the edited value. |
| UseSeperateEditValue | Gets or sets a value indicating whether gets or sets the edited value. |
| ValueDoubleObservable | Gets the value double observable. |
| ValueSingle | Gets the value single. |
| ValueSingleObservable | Gets the value single observable. |
Methods¶
| Name | Summary |
|---|---|
| DisposeKeypad | Disposes the keypad. |
Events¶
| Name | Summary |
|---|---|
| ValueChanged | Occurs when [value changed]. |