[This is preliminary documentation and is subject to change.]
Possible state of the message box class instance
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum States |
| Visual Basic |
|---|
Public Enumeration States |
| Visual C++ |
|---|
public enum class States |
| F# |
|---|
type States |
| JScript |
|---|
public enum States |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Created | 0 | Instance have been created, but message box have not been shown yet. You can modify message box properties. | |
| Shown | 1 | Message bos was shown to user and waits for user action. Only some properties can be modificated with effect. | |
| Closed | 2 | Message box was closed | |
| 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 |