Skip to content

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

NameSummary
.ctorInitializes a new instance of the [NumericPushButton](# class.

Properties

NameSummary
UseCrissCrossThemeManagerGets or sets a value indicating whether [use criss cross theme manager].
DecimalPlacesGets or sets how many decimal places to visualize.
ErrorTextGets or sets the error text.
ErrorVisibleGets or sets the error visible.
MaskColorGets or sets the color of the mask.
MaximumGets or sets the Maximum value allowed.
MinimumGets or sets the Minimum value.
ShowKeypadGets or sets the show keypad.
UnitsGets or sets the Units to display.
UnitsOnNewLineGets or sets a value indicating whether [units on new line].
UseSeperateEditValueGets or sets a value indicating whether [units on new line].
UserChangedGets or sets a value indicating whether the user changed.
ValueGets or sets the Value of Button.
EditedValueGets or sets the Value of Button.
ValueDoubleObservableGets the value double observable and if the user changed it.
ValueSingleGets the value single.
ValueSingleObservableGets the value single observable and if the user changed it.
InDesignModeGets a value indicating whether this instance is in design mode.

Fields

NameSummary
static DecimalPlacesPropertyDefaults decimal points.
static ErrorTextPropertyThe error text property.
static ErrorVisiblePropertyThe error visible property.
static MaskColorPropertyThe mask color property.
static MaximumPropertyMaximum of the size of value.
static MinimumPropertyMinimum size of value.
static ShowKeypadPropertyThe show keypad property.
static UnitsOnNewLinePropertyThe units on new line property.
static UseSeperateEditValuePropertyThe units on new line property.
static UnitsPropertyUnits Dependency Property.
static ValuePropertyValue Change.
static EditedValuePropertyEdited Value Change.
static UseCrissCrossThemeManagerPropertyThe use criss cross theme manager property.

Methods

NameSummary
DisposeKeypadDisposes the keypad.
DisposeReleases unmanaged and - optionally - managed resources.

Events

NameSummary
ValueChangedValue changed and if user changed it
Inherited members

Extension members