'Declaration Public Enum TextEditorButtonType Inherits System.Enum
public enum TextEditorButtonType : System.Enum
Member | Description |
---|---|
Clear | Clear-value button is rendered on right side of editor. |
ClearAndSpin | Clear-value and spin buttons are rendered on right side of editor. |
DropDown | Drop-down button is rendered on right side of editor. |
DropDownAndClear | Drop-down and spin buttons are rendered on right side of editor |
DropDownAndClearAndSpin | Drop-down, clear and spin buttons are rendered on right side of editor |
DropDownAndSpin | Drop-down and spin buttons are rendered on right side of editor. |
None | No buttons are rendered |
Spin | Spin buttons are rendered on right side of editor. |
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
View on GitHub