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

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> Creates a new bar linking a pair of position handles

Class hierarchy

Panel

LinkBar
EnableAuto

Parameters

HANDLE Component

The component to enable/disable links for
The default value for this parameter is: this

BOOL Enable

True to draw default links from this component, else false


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.EnableAuto(component, true)

No additional examples