PickerQueryControlBase.QueryTextBox Field
Represents the text box that is a part of the Picker user interface. The user can type a query string in this text box.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected QueryTextBox As TextBox
'Usage
Dim value As TextBox
value = Me.QueryTextBox
Me.QueryTextBox = value
protected TextBox QueryTextBox