Share via


SearchTextBox.FocusRoot Property

Gets or sets the FocusRoot attribute.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Property FocusRoot As UIElement
public UIElement FocusRoot { get; set; }
public:
property UIElement^ FocusRoot {
    UIElement^ get ();
    void set (UIElement^ value);
}
member FocusRoot : UIElement with get, set
function get FocusRoot () : UIElement 
function set FocusRoot (value : UIElement)

Property Value

Type: UIElement
Returns the FocusRoot attribute.

.NET Framework Security

See Also

Reference

SearchTextBox Class

Microsoft.VisualStudio.PlatformUI Namespace