[This is preliminary documentation and is subject to change.]

Gets UIElement representation of BottomControl if possible

Namespace: Tools.WindowsT.WPF.DialogsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
protected internal UIElement BottomControlControl { get; }
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Protected Friend ReadOnly Property BottomControlControl As UIElement
	Get
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
protected public:
property UIElement^ BottomControlControl {
	UIElement^ get ();
}
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
[<BrowsableAttribute(false)>]
member BottomControlControl : UIElement
JScript
function get BottomControlControl () : UIElement

Return Value

UIElement which represents BottomControl if possible, null otherwise

See Also