The C1NumericBox type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1NumericBox |
Initializes a new instance of a C1NumericBox.
|
Methods
| Name | Description | |
|---|---|---|
|
|
ChangeVisualStateButtonsVisibility |
Updates the current visual state of the ButtonsVisibility visual state group to match the object's properties.
|
|
|
ChangeVisualStateCommon |
Updates the current visual state of the Common visual state group to match the object's properties.
|
|
|
ChangeVisualStateFocus |
Updates the current visual state of the Focus visual state group to match the object's properties.
|
|
|
OnApplyTemplate |
Builds the visual tree for the C1NumericBox control when a new template is applied.
(Overrides FrameworkElementOnApplyTemplate()()()().) |
|
|
OnValueChanged |
Raises the ValueChanged event.
|
|
|
Select |
Selects the text specified by start and length.
|
Fields
| Name | Description | |
|---|---|---|
|
|
AllowNullProperty |
Identifies the AllowNull dependency property.
|
|
|
ButtonBackgroundProperty |
Identifies the ButtonBackground dependency property.
|
|
|
ButtonForegroundProperty |
Identifies the ButtonForeground dependency property.
|
|
|
CaretBrushProperty |
Identifies the CaretBrush dependency property.
|
|
|
CornerRadiusProperty |
Identifies the CornerRadius dependency property.
|
|
|
CultureProperty |
Identifies the Culture()()()() dependency property.
|
|
|
DelayProperty |
Identifies the Delay dependency property.
|
|
|
DisabledCuesVisibilityProperty |
Identifies the DisabledCuesVisibility dependency property.
|
|
|
FocusBrushProperty |
Identifies the FocusBrush dependency property.
|
|
|
FocusCuesVisibilityProperty |
Identifies the FocusCuesVisibility dependency property.
|
|
|
FormatProperty |
Identifies the Format dependency property.
|
|
|
HandleUpDownKeysProperty |
Identifies the HandleUpDownKeys dependency property.
|
|
|
IncrementProperty |
Identifies the Increment dependency property.
|
|
|
IntervalProperty |
Identifies the Interval dependency property.
|
|
|
IsFocusedProperty |
Identifies the IsFocused dependency property.
|
|
|
IsMouseOverProperty |
Identifies the IsMouseOver dependency property.
|
|
|
IsReadOnlyProperty |
Identifies the IsReadOnly dependency property.
|
|
|
MaximumProperty |
Identifies the Maximum dependency property.
|
|
|
MinimumProperty |
Identifies the Minimum dependency property.
|
|
|
MouseOverBrushProperty |
Identifies the MouseOverBrush dependency property.
|
|
|
PressedBrushProperty |
Identifies the PressedBrush dependency property.
|
|
|
RangeValidationModeProperty |
Identifies the RangeValidationMode dependency property.
|
|
|
SelectionBackgroundProperty |
Identifies the SelectionBackground dependency property.
|
|
|
SelectionForegroundProperty |
Identifies the SelectionForeground dependency property.
|
|
|
SelectionLengthProperty |
Identifies the SelectionLength dependency property.
|
|
|
SelectionStartProperty |
Identifies the SelectionStart dependency property.
|
|
|
SelectOnFocusProperty |
Identifies the SelectOnFocus dependency property.
|
|
|
ShowButtonsProperty |
Identifies the ShowButtons dependency property.
|
|
|
TextAlignmentProperty |
Identifies the TextAlignment dependency property.
|
|
|
ValidationDecoratorStyleProperty |
Identifies the ValidationDecoratorStyle dependency property.
|
|
|
ValueProperty |
Identifies the Value dependency property.
|
|
|
WatermarkProperty |
Identifies the Watermark dependency property.
|
Properties
| Name | Description | |
|---|---|---|
|
|
AllowNull |
Gets or sets whether the user can enter nulls values.
|
|
|
ButtonBackground |
Gets or sets the Brush that will be assigned to the Background of the buttons inside the control.
|
|
|
ButtonForeground |
Gets or sets the Brush that will be assigned to the Foreground of the buttons inside the control.
|
|
|
CaretBrush |
Gets or sets the Brush of the blinking cursor of an input control.
|
|
|
CornerRadius |
Gets or sets a value that represents the degree to which the corners of the element are rounded.
|
|
|
Delay |
Gets or sets the delay for the Increase and Decrease buttons.
|
|
|
DisabledCuesVisibility |
Gets or sets a value indicating whether the disabled visuals of the control are visible.
|
|
|
FocusBrush |
Gets or sets the Brush used to highlight the focused control.
|
|
|
FocusCuesVisibility |
Gets or sets a value indicating whether the focus visuals of the control are visible.
|
|
|
Format |
Gets or sets the value for the Format of the C1NumericBox.
|
|
|
HandleUpDownKeys |
Gets or sets If the control handles the Up / Down / PageUp / PageDown keys.
|
|
|
Increment |
Gets or sets the increment applied when the user pressed the up/down arrow keys.
|
|
|
Interval |
Gets or sets the interval for the Increase and Decrease buttons.
|
|
|
IsFocused |
Returns true if the control has the focus.
|
|
|
IsMouseOver |
Returns true if the mouse is over the control.
|
|
|
IsReadOnly |
Gets or sets the value that determines if the C1NumericBox is read-only.
|
|
|
Maximum |
Gets or sets the maximum value allowed for the C1NumericBox.
|
|
|
Minimum |
Gets or sets the minimum value allowed for the C1NumericBox.
|
|
|
MouseOverBrush |
Gets or sets the Brush used to highlight the control when it has the mouse over.
|
|
|
PressedBrush |
Gets or sets the Brush used to paint a button when it is pressed.
|
|
|
RangeValidationMode |
Gets or sets the mode used to validate the range between Minimum and Maximum.
|
|
|
SelectionBackground |
Gets or sets the Brush that fills the background of the selected text.
|
|
|
SelectionForeground |
Gets or sets the Brush used as foreground of the selected text.
|
|
|
SelectionLength |
Gets or sets the number of characters in the current selection in the C1NumericBox.
|
|
|
SelectionStart |
Gets or sets the starting position of the text selected in the C1NumericBox.
|
|
|
SelectOnFocus |
Gets or sets the condition under which all control text is selected when the control receives focus.
|
|
|
ShowButtons |
Shows or hides the buttons for Increment or Decrement.
|
|
|
TextAlignment |
Gets or sets how the text should be aligned in the C1NumericBox.
|
|
|
ValidationDecoratorStyle |
Gets or sets the style that is applied to the inner C1ValidationDecorator.
|
|
|
Value |
Gets or sets the numeric value in the C1NumericBox.
|
|
|
Watermark |
Gets or sets the watermark content displayed when the control is empty.
|
Events
| Name | Description | |
|---|---|---|
|
|
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
|
|
|
ValueChanged |
Fires when the Value property changes.
|