SearchBox.TextBox Property
Gets the text box instance.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public TextBox TextBox { get; }
public:
property TextBox^ TextBox {
TextBox^ get();
}
Public ReadOnly Property TextBox As TextBox
Property Value
Type: System.Web.UI.WebControls.TextBox
An instance of TextBox.
See Also
SearchBox Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top