Share via


WatermarkTextBox.EmptyTextTip Property

 

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