Method IsShown
IsShown(Control)
Gets whether item with the attached control is shown.
bool IsShown(Control control)
Parameters
control
ControlControl.
Returns
- bool
true
if control is shown;false
otherwise.
IsShown(ISizer)
Gets whether item with the attached sizer is shown.
bool IsShown(ISizer sizer)
Parameters
sizer
ISizerSizer.
Returns
- bool
true
if sizer is shown;false
otherwise.
IsShown(int)
Gets whether item with the specified index is shown.
bool IsShown(int index)
Parameters
index
intItem index.
Returns
- bool
true
if item is shown;false
otherwise.