Skip to main content

SpinEdit Methods

A SpinEdit control.
Name Description
ClearError() Clears error notification and resets the editor’s value. Inherited from BaseEdit.
Cut() Moves the current selection in the text editor to the clipboard. Inherited from TextEdit.
Delete() Deletes the currently selected text from the text editor. Inherited from TextEdit.
DoValidate() Validates the editor. Inherited from BaseEdit.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Paste() Replaces the current selection in the text editor with the contents of the clipboard. Inherited from TextEdit.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Select(Int32, Int32) Selects the specified number of characters in the text editor, starting from the point specified. Inherited from TextEdit.
SelectAll() Selects the editor’s entire content. Inherited from TextEdit.
SetMaximum() Sets the editor’s maximum allowed value.
SetMinimum() Sets the editor’s minimum allowed value.
SpinDown() Decrements the value of a masked editor. Inherited from TextEdit.
SpinUp() Increments the value of a masked editor. Inherited from TextEdit.
ToString() Returns a string that represents the current object. Inherited from Object.
Undo() Undoes the last edit operation in the text control. Inherited from TextEdit.
See Also