Skip to main content

SetVisible

Description

Set the tab visibility

Syntax

// shellPaneTab points to instance of IShellPaneTab
await shellPaneTab.SetVisible(value);

Parameters

NameOptionalityTypeDescription
valueRequiredbooleanVisibility value

Return type

TypeDescription
Promise < void >Method does not return a value