Removes all elements from the container

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
Public Sub Clear
C#
public void Clear()
Visual C++
public:
void Clear()
JavaScript
function clear();

See Also