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

gets UIElement representation of TopControl 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#
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
protected internal UIElement TopControlControl { get; }
Visual Basic
<BrowsableAttribute(False)> _
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Protected Friend ReadOnly Property TopControlControl As UIElement
	Get
Visual C++
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
protected public:
property UIElement^ TopControlControl {
	UIElement^ get ();
}
F#
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>]
member TopControlControl : UIElement
JScript
function get TopControlControl () : UIElement

Return Value

UIElement which represents TopControl if possible, null otherwise

See Also