Method | Description | |
---|---|---|
ApplyWatermark ( ) : void |
Applywatermak immediately
|
|
ApplyWatermark ( string newText ) : void |
Apply watermak to the textbox.
|
|
RemoveWatermak ( ) : void |
Remove watermark from the textbox
|
|
WatermarkTextBox ( ) |
Create a new TextBox that supports watermak hint
|
public ApplyWatermark ( string newText ) : void | ||
newText | string | Text to apply |
return | void |