Name | Description | |
---|---|---|
![]() |
Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes. |
|
![]() |
Checks if the specified component is contained in the hierarchy defined by the current component. |
|
![]() |
Renders the component in the specified IGraphics. |
|
![]() |
Returns the component with the specified name within the hierarchy defined by the current component. |
|
![]() |
Gets the cursor to display when the mouse is at the specified position. |
|
![]() |
Gets the desired size of this component in case the Width and/or Height have not been explicitly specified. |
|
![]() |
Invalidates the visual appearance of the component. |
|
![]() |
Invalidates the layout of this component and all its children. |
|
![]() |
Called when a key is pressed when this component has the input focus. |
|
![]() |
Called when a character key is pressed when this component has the input focus. |
|
![]() |
Called when a key is released when this component has the input focus. |
|
![]() |
Called when the left mouse button is pressed while the pointer is over this component. |
|
![]() |
Called when the mouse is moved while this component tracks the mouse events. |
|
![]() |
Called when the left mouse button is released while this component tracks the mouse events. |
|
![]() |
Converts a point from local to document coordinates. |
|
![]() |
Converts a point from document to local coordinates. |
|
![]() |
Converts a point from local coordinates to the specified parent's coordinates. |
Name | Description | |
---|---|---|
![]() |
Deserializes the component from the specified reader. |
|
![]() |
Loads the component from a JSON object. |
|
![]() |
Deserializes the component from an XML element. |
|
![]() |
Invoked when the component is added to a parent component. |
|
![]() |
Raises the GotFocus event. |
|
![]() |
Invokes when the component gains the input focus. |
|
![]() |
Raises the LostFocus event. |
|
![]() |
Invokes when the component loses the input focus. |
|
![]() |
Raises the MouseMove event. |
|
![]() |
Invoked when the component is removed from a parent component. |
|
![]() |
Invoked when the measure unit of the document containing the component has changed. |
|
![]() |
Raises the Validated event. |
|
![]() |
Raises the Validating event. |
|
![]() |
Invoked when the zoom factor of the document containing the component has changed. |
|
![]() |
Serializes the component to the specified writer. |
|
![]() |
Saves the component as a JSON object. |
|
![]() |
Serializes the component into an XML element. |
|
![]() |
Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user. |