Method IsShown
IsShown(Control)
Gets whether item with the attached control is shown.
bool IsShown(Control control)
Parameters
controlControlControl.
Returns
- bool
trueif control is shown;falseotherwise.
IsShown(ISizer)
Gets whether item with the attached sizer is shown.
bool IsShown(ISizer sizer)
Parameters
sizerISizerSizer.
Returns
- bool
trueif sizer is shown;falseotherwise.
IsShown(int)
Gets whether item with the specified index is shown.
bool IsShown(int index)
Parameters
indexintItem index.
Returns
- bool
trueif item is shown;falseotherwise.