Table of Contents

Property IsShown

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsShown

Gets whether item is shown.

bool IsShown { get; }

Property Value

bool

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.