Class NumberBoxInt32
Represents a control that can be used to display and edit integer numbers.
Inheritance
NumberBoxInt32
Implements
IWinRTObject
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public sealed class NumberBoxInt32 : NumberBox<int>, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<Control>
Remarks
This control supports validation, increment stepping, and computing inline calculations of basic equations such as multiplication, division, addition, and subtraction.
Constructors
Name | Description |
---|---|
NumberBoxInt32() | Initializes a new instance of the NumberBoxInt32 class. |