Search
NumericEditComponent 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. (Inherited from EditComponent.)

Find

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

GetCursor

ComponentBase.GetCursor override. (Inherited from EditComponent.)

GetDesiredSize

ComponentBase.GetDesiredSize override. (Inherited from EditComponent.)

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.)

OnKeyDown

EditComponent.OnKeyDown override.

OnKeyPress

EditComponent.OnKeyPress override.

OnMouseDown

ComponentBase.OnMouseDown override. (Inherited from EditComponent.)

OnMouseMove

ComponentBase.OnMouseMove override. (Inherited from EditComponent.)

OnMouseUp

ComponentBase.OnMouseUp override. (Inherited from EditComponent.)

SelectAll

Selects the entire text inside this edit box.

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

EditComponent.LoadFromJson override.

LoadFromXml

EditComponent.LoadFromXml override.

OnAddedToParent

ComponentBase.OnAddedToParent override. (Inherited from EditComponent.)

OnClicked

Raises the Clicked event. (Inherited from EditComponent.)

OnGotFocus

Raises the GotFocus event. (Inherited from ComponentBase.)

OnGotFocus

ComponentBase.OnGotFocus override. (Inherited from EditComponent.)

OnKeyPressed

Raises the KeyPressed event. (Inherited from EditComponent.)

OnKeyUp

Overloaded.   (Inherited from EditComponent.)

OnLostFocus

Raises the LostFocus event. (Inherited from ComponentBase.)

OnLostFocus

EditComponent.OnLostFocus override.

OnMouseMove

Raises the MouseMove event. (Inherited from ComponentBase.)

OnRemovedFromParent

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

OnTextChanged

EditComponent.OnTextChanged override.

OnTextChanging

Raises the TextChanged event. (Inherited from EditComponent.)

OnUnitChanged

ComponentBase.OnUnitChanged override. (Inherited from EditComponent.)

OnValidated

Raises the Validated event. (Inherited from ComponentBase.)

OnValidateValue

Raises the ValidateValue event.

OnValidating

Raises the Validating event. (Inherited from ComponentBase.)

OnValueChanged

Raises the ValueChanged event.

OnZoomChanged

ComponentBase.OnZoomChanged override. (Inherited from EditComponent.)

SaveToJson

EditComponent.SaveToJson override.

SaveToXml

EditComponent.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