API Panel.LinkBar.GetBarPos

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 bar is located at

Class hierarchy

Panel

LinkBar
GetBarPos

Parameters

HANDLE LinkBar

The handle to the bar to read


Return value

HANDLE

Returns the position the bar 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.GetBarPos(linkbar)

No additional examples