Habanero.Faces.Win.ControlCollectionWin.Clear C# (CSharp) Method

Clear() public method

Removes all controls from the collection
public Clear ( ) : void
return void
        public void Clear()
        {
            _col.Clear();
        }