Enum KnownButton
Enumerates known buttons.
public enum KnownButton
Fields
Abort = 4'Abort' button.
Add = 8'Add' button.
AddChild = 11'Add Child' button.
All = 37'All' button.
Apply = 36'Apply' button.
Back = 21'Back' button.
Bold = 18'Bold' button.
BrowserGo = 25'Go' button (can be used in browser).
Cancel = 1'Cancel' button.
Clear = 10'Clear' button.
Close = 35'Close' button that can be used to close a dialog or a window.
Forward = 22'Forward' button.
Help = 7'Help' button.
Ignore = 6'Ignore' button.
Italic = 19'Italic' button.
MoreItems = 12'More items' button.
New = 13'New' button.
No = 3'No' button.
OK = 0'Ok' button.
Open = 14'Open' button.
Redo = 17'Redo' button.
Remove = 9'Remove' button.
Retry = 5'Retry' button.
Save = 15'Save' button.
Search = 26'Search' button.
TextBoxCombo = 28'ComboBox' button that can be used near the textbox or other value editors.
TextBoxDown = 30'Down' button that can be used near the textbox or other value editors.
TextBoxEllipsis = 27'Ellipsis' button that can be used near the textbox or other value editors.
TextBoxHidePassword = 34'Hide password' button.
TextBoxMinus = 32'Minus' button that can be used near the textbox or other value editors.
TextBoxPlus = 31'Plus' button that can be used near the textbox or other value editors.
TextBoxShowPassword = 33'Show password' button.
TextBoxUp = 29'Up' button that can be used near the textbox or other value editors.
Underline = 20'Underline' button.
Undo = 16'Undo' button.
Yes = 2'Yes' button.
ZoomIn = 23'Zoom In' button.
ZoomOut = 24'Zoom out' button.