[This is preliminary documentation and is subject to change.]
CTor from MsgBoxResult
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public MessageBoxButton( MsgBoxResult Result ) |
| Visual Basic |
|---|
Public Sub New ( _ Result As MsgBoxResult _ ) |
| Visual C++ |
|---|
public: MessageBoxButton( MsgBoxResult Result ) |
| F# |
|---|
new : Result:MsgBoxResult -> MessageBoxButton |
| JScript |
|---|
public function MessageBox..::..MessageBoxButton( Result : MsgBoxResult ) |
Parameters
- Result
- Type: Microsoft.VisualBasic..::..MsgBoxResult
Result of this button. Also determines text.
Exceptions
| Exception | Condition |
|---|---|
| System.ComponentModel..::..InvalidEnumArgumentException | Result is not member of MsgBoxResult |