[This is preliminary documentation and is subject to change.]
Bit aray for predefined buttons
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[FlagsAttribute] public enum Buttons |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration Buttons |
| Visual C++ |
|---|
[FlagsAttribute] public enum class Buttons |
| F# |
|---|
[<FlagsAttribute>] type Buttons |
| JScript |
|---|
public enum Buttons |
Members
| Member name | Value | Description | |
|---|---|---|---|
| OK | 1 | OK button | |
| Cancel | 2 | Cancel button | |
| Yes | 4 | Yes button | |
| No | 8 | No button | |
| Abort | 16 | Abort button | |
| Retry | 32 | Retry button | |
| Ignore | 64 | Ignore button | |
| Help | 128 | Help button | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |