Represents a numeric-only edit component.
The following tables list the members exposed by the NumericEditComponent type.
Name | Description | |
---|---|---|
Initializes a new instance of the NumericEditComponent class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether the edit component will insert new line when the user presses the ENTER key. (Inherited from EditComponent.) |
||
Gets or sets a value indicating whether the component is defined as a property on the client side. (Inherited from ComponentBase.) |
||
Gets or sets the calculated bounds of this component relative to its parent. (Inherited from ComponentBase.) |
||
Gets or sets the background brush of the edit component. (Inherited from EditComponent.) |
||
Gets the number of child components of this component. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether the component can receive the input focus. (Inherited from ComponentBase.) |
||
Gets or sets the font of the text. (Inherited from EditComponent.) |
||
Gets or sets the index of the grid column this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.) |
||
Gets or sets the index of the grid row this component will be associated with when added to a GridPanel. (Inherited from ComponentBase.) |
||
Gets or sets the explicit height of this component or double.NaN to auto-size the component. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether to hide the selection when the edit component does not have input focus. (Inherited from EditComponent.) |
||
Gets or sets the horizontal alignment of this component relative to its parent. (Inherited from ComponentBase.) |
||
Gets or sets the color of the selection when the component does not have input focus. (Inherited from EditComponent.) |
||
Gets or sets a value indicating whether the component is enabled. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether this component currently holds the input focus. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether this component and all its children are subject to hit-testing operations. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether this component can be interacted with. (Inherited from ComponentBase.) |
||
Gets or sets the name of the component. (Inherited from ComponentBase.) |
||
Gets the parent component, if the current component is hosted. (Inherited from ComponentBase.) |
||
Gets or sets the border pen of the edit component. (Inherited from EditComponent.) |
||
Gets or sets the index of the first visible line in the edit component. (Inherited from EditComponent.) |
||
Gets or sets the color of the selection. (Inherited from EditComponent.) |
||
Gets or sets the length of the selection in the edit component. (Inherited from EditComponent.) |
||
Gets or sets the start of the selection in the edit component. (Inherited from EditComponent.) |
||
Gets or sets the text of the edit component. (Inherited from EditComponent.) |
||
Gets or sets the color of the text. (Inherited from EditComponent.) |
||
Gets or sets the padding of the edit component. (Inherited from EditComponent.) |
||
Gets or sets the wrapping of the text in the edit component. (Inherited from EditComponent.) |
||
Gets or sets the value displayed in the edit box. |
||
Gets or sets the vertical alignment of this component relative to its parent. (Inherited from ComponentBase.) |
||
Gets or sets a value indicating whether the component is visible. (Inherited from ComponentBase.) |
||
Gets or sets the explicit width of this component or double.NaN to auto-size the component. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
Gets the host containing this component, if any. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes. (Inherited from ComponentBase.) |
||
Checks if the specified component is contained in the hierarchy defined by the current component. (Inherited from ComponentBase.) |
||
ComponentBase.Draw override. (Inherited from EditComponent.) |
||
Returns the component with the specified name within the hierarchy defined by the current component. (Inherited from ComponentBase.) |
||
ComponentBase.GetCursor override. (Inherited from EditComponent.) |
||
ComponentBase.GetDesiredSize override. (Inherited from EditComponent.) |
||
Invalidates the visual appearance of the component. (Inherited from ComponentBase.) |
||
Invalidates the layout of this component and all its children. (Inherited from ComponentBase.) |
||
EditComponent.OnKeyDown override. |
||
EditComponent.OnKeyPress override. |
||
ComponentBase.OnMouseDown override. (Inherited from EditComponent.) |
||
ComponentBase.OnMouseMove override. (Inherited from EditComponent.) |
||
ComponentBase.OnMouseUp override. (Inherited from EditComponent.) |
||
Selects the entire text inside this edit box. |
||
Converts a point from local to document coordinates. (Inherited from ComponentBase.) |
||
Converts a point from document to local coordinates. (Inherited from ComponentBase.) |
||
Converts a point from local coordinates to the specified parent's coordinates. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
EditComponent.LoadFromJson override. |
||
EditComponent.LoadFromXml override. |
||
ComponentBase.OnAddedToParent override. (Inherited from EditComponent.) |
||
Raises the Clicked event. (Inherited from EditComponent.) |
||
Raises the GotFocus event. (Inherited from ComponentBase.) |
||
ComponentBase.OnGotFocus override. (Inherited from EditComponent.) |
||
Raises the KeyPressed event. (Inherited from EditComponent.) |
||
Overloaded. (Inherited from EditComponent.) |
||
Raises the LostFocus event. (Inherited from ComponentBase.) |
||
EditComponent.OnLostFocus override. |
||
Raises the MouseMove event. (Inherited from ComponentBase.) |
||
Invoked when the component is removed from a parent component. (Inherited from ComponentBase.) |
||
EditComponent.OnTextChanged override. |
||
Raises the TextChanged event. (Inherited from EditComponent.) |
||
ComponentBase.OnUnitChanged override. (Inherited from EditComponent.) |
||
Raises the Validated event. (Inherited from ComponentBase.) |
||
Raises the ValidateValue event. |
||
Raises the Validating event. (Inherited from ComponentBase.) |
||
Raises the ValueChanged event. |
||
ComponentBase.OnZoomChanged override. (Inherited from EditComponent.) |
||
EditComponent.SaveToJson override. |
||
EditComponent.SaveToXml override. |
||
Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
Raised when the edit component is clicked. (Inherited from EditComponent.) |
||
Raised when the component receives the input focus. (Inherited from ComponentBase.) |
||
Raised when a key is pressed while the component has input focus. (Inherited from EditComponent.) |
||
Raised when a key is pressed while the component has input focus. (Inherited from EditComponent.) |
||
Raised when a key is released while the component has input focus. (Inherited from EditComponent.) |
||
Raised when the component loses the input focus. (Inherited from ComponentBase.) |
||
Raised when the mouse moves over the component. (Inherited from ComponentBase.) |
||
Raised when the text is changed. (Inherited from EditComponent.) |
||
Raised when the text is about to be changed. (Inherited from EditComponent.) |
||
Raised after the component has lost input focus. (Inherited from ComponentBase.) |
||
Raised when the value inside the control needs to be validated. |
||
Raised when the component is about to lose input focus in order to validate it. (Inherited from ComponentBase.) |
||
Raised when Value has changed. |