BinaryNumericExtendedText
A class derived from <seealso cref="BinaryExtendedText"/> that allows only numeric input or numeric input within a specified numeric range.
public class BinaryNumericExtendedText : BinaryExtendedText, ISupportInitialize
Inherits from / implements: BinaryExtendedText, ISupportInitialize
Members at a glance
BinaryNumericExtendedText | Creates a new instance of the BinaryNumericExtendedText .NET control. |
Maximum | Gets or sets the maximum numeric value that can be set when using input range. |
Minimum | Gets or sets the minimum numeric value that can be set when using input range. |
ShouldIUseInputRange | Gets or sets as to whether an input range is to be used or not. |
Text | Gets or sets the Numeric text. Setting non-numeric text is not allowed! |
BeginInit | Implementation of ISupportInitialize.BeginInit. |
EndInit | Implementation of ISupportInitialize.EndInit. |
OnKeyPress | Raises the KeyPress event. BinaryNumericExtendedText overrides it so the control's own handling runs alongside the base behavior. |
OnLostFocus | Raises the LostFocus event. BinaryNumericExtendedText overrides it so the control's own handling runs alongside the base behavior. |
Constructors
BinaryNumericExtendedText
Creates a new instance of the BinaryNumericExtendedText .NET control.
Properties
Maximum
Gets or sets the maximum numeric value that can be set when using input range.
Minimum
Gets or sets the minimum numeric value that can be set when using input range.
ShouldIUseInputRange
Gets or sets as to whether an input range is to be used or not.
Text
Gets or sets the Numeric text. Setting non-numeric text is not allowed!
Methods
BeginInit
Implementation of ISupportInitialize.BeginInit.
EndInit
Implementation of ISupportInitialize.EndInit.
OnKeyPress
Raises the KeyPress event. BinaryNumericExtendedText overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
OnLostFocus
Raises the LostFocus event. BinaryNumericExtendedText overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.