Method DeleteAll
DeleteAll(bool)
Deletes all items from the control.
public virtual void DeleteAll(bool dispose = false)
Parameters
dispose
bool
Remarks
This method disposes tool controls if dispose
is true
.
Deletes all items from the control.
public virtual void DeleteAll(bool dispose = false)
dispose
boolThis method disposes tool controls if dispose
is true
.