The IntegerTextBox type exposes the following members.

Properties

  NameDescription
Culture
Gets or sets the culture used for parsing and formatting of user input. This is a dependency property.
(Inherited from FilteringTextBoxBase.)
EnforcePrecision
Gets or sets whether the user is prevented from typing beyond the permitted number of digits (precision). Ignored if Precision is 0. This is a dependency property.
IsReadOnly
Gets or sets whether the text box is read-only. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
Maximum
Gets or sets the maximum value. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
Minimum
Gets or sets the minimum value. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
Precision
Gets or sets the precision (the minimum number of digits that should be displayed). The control will pad the text with leading zeroes if required. This is a dependency property.
RangeConstraintMode
Gets or sets when the control enforces range (minimum and maximum) constraints. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
SelectAllOnEntry
Gets or sets the whether the control should select all text when it gains focus. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
ShowSeparators
Gets or sets whether to show group separators. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)
Text
Gets or sets the text displayed to represent the value. This is a dependency property.
(Inherited from FilteringTextBoxBase.)
TextAlignment
Gets or sets the text alignment. This is a dependency property.
(Inherited from FilteringTextBoxBase.)
Value
Gets or sets the numeric value. This is a dependency property.
(Inherited from NumericTextBoxBase<(Of <(TNumber>)>).)

See Also