AutoCompleteState.TextBox Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Property Value

Type: System.Windows.Controls.TextBox
Returns TextBox.

.NET Framework Security

See Also

Reference

AutoCompleteState Class

Microsoft.TeamFoundation.Controls.WPF Namespace