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.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
C# 
public void Clear()

Remarks

You can use this method to clear the contents of the control instead of assigning the Text property an empty string.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also