Table of Contents

Method Hide

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Hide(ISizer, bool)

Hides item with the attached sizer.

bool Hide(ISizer sizer, bool recursive)

Parameters

sizer ISizer

Affected sizer.

recursive bool

Use to show or hide elements found in subitems.

Returns

bool

true if the child item was found, false otherwise.

Hide(Control, bool)

Hides item with the attached control.

bool Hide(Control control, bool recursive)

Parameters

control Control

Affected control.

recursive bool

Use to show or hide elements found in subitems.

Returns

bool

true if the child item was found, false otherwise.

Hide(int)

Hides the item at the specified index.

bool Hide(int index)

Parameters

index int

Item index.

Returns

bool

true if the child item was found, false otherwise.