Skip to content

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

NameSummary
DecimalPlacesGets or sets the decimal places.
IsEnabledGets or sets a value indicating whether this instance is enabled.
MaximumGets or sets the maximum.
MinimumGets or sets the minimum.
UnitsGets or sets the units.
UnitsOnNewLineGets or sets a value indicating whether [units on new line].
UserChangedGets or sets a value indicating whether [user changed].
ValueGets or sets the value.
EditedValueGets or sets the edited value.
UseSeperateEditValueGets or sets a value indicating whether gets or sets the edited value.
ValueDoubleObservableGets the value double observable.
ValueSingleGets the value single.
ValueSingleObservableGets the value single observable.

Methods

NameSummary
DisposeKeypadDisposes the keypad.

Events

NameSummary
ValueChangedOccurs when [value changed].