Clears all text from the control.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Clear() | |
| C# | |
|---|---|
public void Clear() | |
You can use this method to clear the contents of the control instead of assigning the Text property an empty string.
| dbicDropDate | Send comments on this topic. |
| Clear Method | |
| See Also | |
|
| dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : Clear Method |
Clears all text from the control.
| Visual Basic (Declaration) | |
|---|---|
Public Sub Clear() | |
| C# | |
|---|---|
public void Clear() | |
You can use this method to clear the contents of the control instead of assigning the Text property an empty string.