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

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> 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