Represents a spin edit component.
The following tables list the members exposed by the SpinnerComponent type.
Name | Description | |
---|---|---|
Initializes a new instance of the SpinnerComponent class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill the background of the spinner. |
||
Gets or sets the pen used to draw the border of the spinner. |
||
Gets or sets the calculated bounds of this component relative to its parent. (Inherited from ComponentBase.) |
||
Gets or sets the brush of the spinner's buttons. |
||
Gets or sets the background brush of the spinner's buttons when they are pointed with the mouse. |
||
Gets or sets the background brush of the spinner's buttons when they are pressed. |
||
Gets or sets the color of the content of the spinner's buttons. |
||
Gets or sets the border pen of the spinner's buttons. |
||
Gets or sets the border pen of the spinner's buttons when they are pointed with the mouse. |
||
Gets or sets the border pen of the spinner's buttons when they are pressed. |
||
ComponentBase.ChildCount override. (Inherited from ContentComponent.) |
||
Gets or sets the content of this component. (Inherited from ContentComponent.) |
||
Gets or sets a value indicating whether the component can receive the input focus. (Inherited from ComponentBase.) |
||
Gets or sets the font of the spinner's text. |
||
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 float.NaN to auto-size the component. (Inherited from ComponentBase.) |
||
Gets or sets the horizontal alignment of this component relative to its parent. (Inherited from ComponentBase.) |
||
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 a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value. |
||
Gets or sets the amount to add or subtract from the spinner value when the page up or page down keys are pressed while the spinner has focus. |
||
Gets or sets the maximum value of the spinner. |
||
Gets or sets the minimum value of the spinner. |
||
Gets or sets the name of the component. (Inherited from ComponentBase.) |
||
Gets or sets the padding around this component's content. (Inherited from ContentComponent.) |
||
Gets the parent component, if the current component is hosted. (Inherited from ComponentBase.) |
||
Gets or sets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus. |
||
Gets or sets the color of the spinner's text. |
||
Gets or sets the value displayed in the spinner. |
||
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 float.NaN to auto-size the component. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
Gets the host containing this component, if any. (Inherited from ComponentBase.) |
Name | Description | |
---|---|---|
ComponentBase.ArrangeComponents override. (Inherited from ContentComponent.) |
||
Checks if the specified component is contained in the hierarchy defined by the current component. (Inherited from ComponentBase.) |
||
ComponentBase.Draw override. (Inherited from ContentComponent.) |
||
Returns the component with the specified name within the hierarchy defined by the current component. (Inherited from ComponentBase.) |
||
Gets the cursor to display when the mouse is at the specified position. (Inherited from ComponentBase.) |
||
ComponentBase.GetDesiredSize override. (Inherited from ContentComponent.) |
||
Invalidates the visual appearance of the component. (Inherited from ComponentBase.) |
||
Invalidates the layout of this component and all its children. (Inherited from ComponentBase.) |
||
Called when a key is pressed when this component has the input focus. (Inherited from ComponentBase.) |
||
Called when a character key is pressed when this component has the input focus. (Inherited from ComponentBase.) |
||
Called when a key is released when this component has the input focus. (Inherited from ComponentBase.) |
||
Called when the left mouse button is pressed while the pointer is over this component. (Inherited from ComponentBase.) |
||
Called when the mouse is moved while this component tracks the mouse events. (Inherited from ComponentBase.) |
||
Called when the left mouse button is released while this component tracks the mouse events. (Inherited from ComponentBase.) |
||
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 | |
---|---|---|
Gets the space around the component's content. This space includes padding by default but can be subsequently adjusted as necessary by the deriving classes. (Inherited from ContentComponent.) |
||
ContentComponent.LoadFrom override. |
||
ContentComponent.LoadFromJson override. |
||
ContentComponent.LoadFromXml override. |
||
Invoked when the component is added to a parent component. (Inherited from ComponentBase.) |
||
Raises the BatchValueChanged event. |
||
Raises the GotFocus event. (Inherited from ComponentBase.) |
||
Invokes when the component gains the input focus. (Inherited from ComponentBase.) |
||
Invokes when the component loses the input focus. (Inherited from ComponentBase.) |
||
Raises the LostFocus event. (Inherited from ComponentBase.) |
||
Raises the MouseMove event. (Inherited from ComponentBase.) |
||
Invoked when the component is removed from a parent component. (Inherited from ComponentBase.) |
||
Invoked when the measure unit of the document containing the component has changed. (Inherited from ComponentBase.) |
||
Raises the Validated event. (Inherited from ComponentBase.) |
||
Raises the Validating event. (Inherited from ComponentBase.) |
||
Raises the ValueChanged event. |
||
Invoked when the zoom factor of the document containing the component has changed. (Inherited from ComponentBase.) |
||
ContentComponent.SaveTo override. |
||
ContentComponent.SaveToJson override. |
||
ContentComponent.SaveToXml override. |
||
ComponentBase.SerializeSubcomponents override. |
Name | Description | |
---|---|---|
Raised when the spinner value has been changed after a sequence of similar changes. |
||
Raised when the component receives the input focus. (Inherited from ComponentBase.) |
||
Raised when the component loses the input focus. (Inherited from ComponentBase.) |
||
Raised when the mouse moves over the component. (Inherited from ComponentBase.) |
||
Raised after the component has lost input focus. (Inherited from ComponentBase.) |
||
Raised when the component is about to lose input focus in order to validate it. (Inherited from ComponentBase.) |
||
Raised when the spinner value has been changed interactively. |