[This is preliminary documentation and is subject to change.]
Gets or sets options of the message box
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)] [DefaultValueAttribute(typeof(MessageBox..::..MessageBoxOptions), "0")] public MessageBox..::..MessageBoxOptions Options { get; set; } |
| Visual Basic |
|---|
<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)> _ <DefaultValueAttribute(GetType(MessageBox..::..MessageBoxOptions), "0")> _ Public Property Options As MessageBox..::..MessageBoxOptions Get Set |
| Visual C++ |
|---|
[KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories::WindowStyle)] [DefaultValueAttribute(typeof(MessageBox..::..MessageBoxOptions), L"0")] public: property MessageBox..::..MessageBoxOptions Options { MessageBox..::..MessageBoxOptions get (); void set (MessageBox..::..MessageBoxOptions value); } |
| F# |
|---|
[<KnownCategoryAttribute(KnownCategoryAttribute..::..KnownCategories.WindowStyle)>] [<DefaultValueAttribute(typeof(MessageBox..::..MessageBoxOptions), "0")>] member Options : MessageBox..::..MessageBoxOptions with get, set |
| JScript |
|---|
function get Options () : MessageBox..::..MessageBoxOptions function set Options (value : MessageBox..::..MessageBoxOptions) |
Remarks
Text align applies only to prompt part of message box. In right-to-left reading text align has oposite meaning - AlignLeft aligns to right and AlignRight aligns to left.