API Panel.LinkBar.GetEndPos

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> Gets the position the bars end point is located at

Class hierarchy

Panel

LinkBar
GetEndPos

Parameters

HANDLE LinkBar

The handle to the bar to read

BOOL Track

True to get a handle to the original position, false to make a copy


Return value

HANDLE

Returns the position the bars end point is located at


Detailed description

No additional information


Examples

Calling in a calculation

  • Declare a variable 'result' of type HANDLE
  • Add to a calculation icon:
    result = ::Panel.LinkBar.GetEndPos(linkbar, true)

No additional examples