Method Hide
Hide(ISizer, bool)
Hides item with the attached sizer.
bool Hide(ISizer sizer, bool recursive)
Parameters
Returns
- bool
trueif the child item was found,falseotherwise.
Hide(Control, bool)
Hides item with the attached control.
bool Hide(Control control, bool recursive)
Parameters
Returns
- bool
trueif the child item was found,falseotherwise.
Hide(int)
Hides the item at the specified index.
bool Hide(int index)
Parameters
indexintItem index.
Returns
- bool
trueif the child item was found,falseotherwise.