Difference between revisions of "API Panel.LinkBar.SetStartPos"
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 the position for the start point of the bar
Contents
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