FilterBox.SetText Method (String)
Sets the text of the control.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public void SetText(
string text
)
public:
void SetText(
String^ text
)
Public Sub SetText (
text As String
)
Parameters
text
Type: System.StringThe text to set.
See Also
FilterBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top