Table of Contents

Method SetVisible

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetVisible(bool)

Sets the visibility state of the object. Same as setting Visible property.

public void SetVisible(bool value)

Parameters

value bool

A value indicating whether the object should be visible. true to make the object visible; otherwise, false.