[This is preliminary documentation and is subject to change.]
Gets or sets additional control displayed at bottom of the message box (below buttons)
Namespace: Tools.WindowsT.IndependentTAssembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public Object BottomControl { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property BottomControl As Object Get Set |
| Visual C++ |
|---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] public: property Object^ BottomControl { Object^ get (); void set (Object^ value); } |
| F# |
|---|
[<BrowsableAttribute(false)>] [<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>] member BottomControl : Object with get, set |
| JScript |
|---|
function get BottomControl () : Object function set BottomControl (value : Object) |
Remarks
Implementation of message box (derived class) may accept only controls of specified type(s) like Control or FrameworkElement and ignore any other types.