Skip to content

NumberPad class

Defined in

Namespace: CrissCross.WPF.UI.Controls Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.Controls.NumberPad Modifiers: public

Summary

        NumberPad
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class NumberPad
class Window
Window <|-- NumberPad
class IDisposable {
    <>
}
IDisposable <|.. NumberPad
class IComponentConnector {
    <>
}
IComponentConnector <|.. NumberPad

Inherits from: Window

Implements: IDisposable, IComponentConnector

Constructors

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

Properties

NameSummary
HideMaskGets or sets a value indicating whether [hide mask].
MaskColorGets or sets the color of the mask.
UseCrissCrossThemeManagerGets or sets a value indicating whether [use criss cross theme manager].

Fields

NameSummary
static HideMaskPropertyThe hide mask property.
static MaskColorPropertyThe mask color property.
static UseCrissCrossThemeManagerPropertyThe use criss cross theme manager property.
ValueValue Name Field
UnitUnit Name Field

Methods

NameSummary
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
InitializeComponentInitializeComponent
Inherited members