Table of Contents

Method Show

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Show(bool)

Set the show item attribute, which sizers use to determine if the item is to be made part of the layout or not. If the item is tracking a control then it is shown or hidden as needed.

void Show(bool show = true)

Parameters

show bool

Show or hide the item.