Search
EditComponent Methods
 


 Public Methods

  Name Description

ArrangeComponents

Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes. (Inherited from ComponentBase.)

Contains

Checks if the specified component is contained in the hierarchy defined by the current component. (Inherited from ComponentBase.)

Draw

ComponentBase.Draw override.

Find

Returns the component with the specified name within the hierarchy defined by the current component. (Inherited from ComponentBase.)

GetCursor

ComponentBase.GetCursor override.

GetDesiredSize

ComponentBase.GetDesiredSize override.

Invalidate

Invalidates the visual appearance of the component. (Inherited from ComponentBase.)

InvalidateLayout

Invalidates the layout of this component and all its children. (Inherited from ComponentBase.)

OnKeyPress

ComponentBase.OnKeyPress override.

OnMouseDown

ComponentBase.OnMouseDown override.

OnMouseMove

ComponentBase.OnMouseMove override.

OnMouseUp

ComponentBase.OnMouseUp override.

ToDocument

Converts a point from local to document coordinates. (Inherited from ComponentBase.)

ToLocal

Converts a point from document to local coordinates. (Inherited from ComponentBase.)

ToParent

Converts a point from local coordinates to the specified parent's coordinates. (Inherited from ComponentBase.)

 Protected Methods

  Name Description

LoadFromJson

ComponentBase.LoadFromJson override.

LoadFromXml

ComponentBase.LoadFromXml override.

OnAddedToParent

ComponentBase.OnAddedToParent override.

OnClicked

Raises the Clicked event.

OnGotFocus

ComponentBase.OnGotFocus override.

OnGotFocus

Raises the GotFocus event. (Inherited from ComponentBase.)

OnKeyDown

Overloaded.  

OnKeyPressed

Raises the KeyPressed event.

OnKeyUp

Overloaded.  

OnLostFocus

ComponentBase.OnLostFocus override.

OnLostFocus

Raises the LostFocus event. (Inherited from ComponentBase.)

OnMouseMove

Raises the MouseMove event. (Inherited from ComponentBase.)

OnRemovedFromParent

Invoked when the component is removed from a parent component. (Inherited from ComponentBase.)

OnTextChanged

Raises the TextChanged event.

OnTextChanging

Raises the TextChanged event.

OnUnitChanged

ComponentBase.OnUnitChanged override.

OnValidated

Raises the Validated event. (Inherited from ComponentBase.)

OnValidating

Raises the Validating event. (Inherited from ComponentBase.)

OnZoomChanged

ComponentBase.OnZoomChanged override.

SaveToJson

ComponentBase.SaveToJson override.

SaveToXml

ComponentBase.SaveToXml override.

SerializeSubcomponents

Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user. (Inherited from ComponentBase.)

 See Also