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.) |
||
ComponentBase.GetCursor override. |
||
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.LoadFromJson override. |
||
ContentComponent.LoadFromXml override. |
||
Invoked when the component is added to a parent component. (Inherited from ComponentBase.) |
||
Raises the BatchValueChanged event. |
||
Raises the EndValueChanged event. |
||
Invokes when the component gains the input focus. (Inherited from ComponentBase.) |
||
Raises the GotFocus event. (Inherited from ComponentBase.) |
||
Raises the LostFocus event. (Inherited from ComponentBase.) |
||
Invokes when the component loses the input focus. (Inherited from ComponentBase.) |
||
Raises the MouseMove event. (Inherited from ComponentBase.) |
||
Invoked when the component is removed from a parent component. (Inherited from ComponentBase.) |
||
Raises the StartValueChanged event. |
||
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.SaveToJson override. |
||
ContentComponent.SaveToXml override. |
||
ComponentBase.SerializeSubcomponents override. |