API Panel.LinkBar.SetVisible

From Flowcode Help
Revision as of 10:46, 1 July 2013 by JonnyW (talk | contribs) (XML import of LinkBar API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API contents</sidebar> Sets whether the link is displayed or not

Class hierarchy

Panel

LinkBar
SetVisible

Parameters

HANDLE LinkBar

The handle to the bar to set the state of

BOOL Visible

True if the link is to be shown, false if not


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Panel.LinkBar.SetVisible(linkbar, true)

No additional examples