Method Hide
Hide(ISizer, bool)
Hides item with the attached sizer.
bool Hide(ISizer sizer, bool recursive)
Parameters
Returns
- bool
true
if the child item was found,false
otherwise.
Hide(Control, bool)
Hides item with the attached control.
bool Hide(Control control, bool recursive)
Parameters
Returns
- bool
true
if the child item was found,false
otherwise.
Hide(int)
Hides the item at the specified index.
bool Hide(int index)
Parameters
index
intItem index.
Returns
- bool
true
if the child item was found,false
otherwise.