Version

TextEditorButtonType Enumeration

Specifies the type of the buttons rendered by the Editor widgets. Note: Not all button types are supported by each widget.
Syntax
'Declaration
 
Public Enum TextEditorButtonType 
   Inherits System.Enum
public enum TextEditorButtonType : System.Enum 
Members
MemberDescription
ClearClear-value button is rendered on right side of editor.
ClearAndSpinClear-value and spin buttons are rendered on right side of editor.
DropDownDrop-down button is rendered on right side of editor.
DropDownAndClearDrop-down and spin buttons are rendered on right side of editor
DropDownAndClearAndSpinDrop-down, clear and spin buttons are rendered on right side of editor
DropDownAndSpinDrop-down and spin buttons are rendered on right side of editor.
NoneNo buttons are rendered
SpinSpin buttons are rendered on right side of editor.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub