Table of Contents

Method IsShown

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

IsShown(Control)

Gets whether item with the attached control is shown.

bool IsShown(Control control)

Parameters

control Control

Control.

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 ISizer

Sizer.

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 int

Item index.

Returns

bool

true if item is shown; false otherwise.