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

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

Revision as of 12:02, 1 July 2013


<sidebar>API contents</sidebar> Sets the position for the end point of the bar

Class hierarchy

Panel

LinkBar
SetEndPos

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

No additional examples