ControlChooseAddLocation.TextBoxName Property

Access the name text box

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property TextBoxName As TextBox
public TextBox TextBoxName { get; }
public:
property TextBox^ TextBoxName {
    TextBox^ get ();
}
member TextBoxName : TextBox with get
function get TextBoxName () : TextBox

Property Value

Type: System.Windows.Forms.TextBox

.NET Framework Security

See Also

Reference

ControlChooseAddLocation Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace