Property IsShown
IsShown
Gets whether item is shown.
bool IsShown { get; }
Property Value
Remarks
Returns true
if this item is a control or a spacer and it is shown or if this
item is a sizer and not all of its elements are hidden.
In other words, for sizer items, all of the child elements must
be hidden for the sizer itself to be considered hidden.