Difference between revisions of "API Panel.LinkBar.SetVisible"

From Flowcode Help
Jump to navigationJump to search
(XML import of LinkBar API)
(No difference)

Revision as of 10:46, 1 July 2013


<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