SpinEdit Methods
Represents an editor with spin buttons used to adjust a numerical value.
Name | Description |
---|---|
Begin |
Starts the Base |
Clear |
Clears error notification and resets the editor’s value.
Inherited from Base |
Cut() |
Moves the current selection in the text editor to the clipboard.
Inherited from Text |
Delete() |
Deletes the currently selected text from the text editor.
Inherited from Text |
Do |
Validates the editor.
Inherited from Base |
End |
Ends the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns the display representation of the specified value.
Inherited from Text |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Get |
Gets the Type of the current instance. Inherited from Object. |
Maximize() | Sets the editor’s value to the maximum allowed value. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Minimize() | Sets the editor’s value to the minimum allowed value. |
Paste() |
Replaces the current selection in the text editor with the contents of the clipboard.
Inherited from Text |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Select |
Selects the specified number of characters in the text editor, starting from the point specified.
Inherited from Text |
Select |
Selects the editor’s entire content.
Inherited from Text |
Set |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Spin |
Decrements the value of a masked editor.
Inherited from Text |
Spin |
Increments the value of a masked editor.
Inherited from Text |
To |
Returns a string that represents the current object. Inherited from Object. |
Undo() |
Undoes the last edit operation in the text control.
Inherited from Text |
Update |
Inherited from Base |
See Also