Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the empty text tip.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string EmptyTextTip { get; set; }
public:
property String^ EmptyTextTip {
String^ get();
void set(String^ value);
}
Public Property EmptyTextTip As String
Property Value
Type: System.String
The empty text tip.
See Also
WatermarkTextBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top