API Panel.LinkBar.SetStartPos

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 the position for the start point of the bar

Class hierarchy

Panel

LinkBar
SetStartPos

Parameters

HANDLE LinkBar

The handle to the bar to adjust the position of

HANDLE Pos

The position to start the bar at

BOOL Track

Automatically update the bar to match changes in the position


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.SetStartPos(linkbar, pos, false)

No additional examples