CreateSelectionContext
Jump to navigation
Jump to search
createSelectionContext
Connects the selection of two controls.
When connected, the destination control is notified about changes to the selection in the source control.
Lua Syntax:
createSelectionContext(window2, window1 [, bidirectional])
Arguments
window2
- "string" - The source control, the destination control is notified about changes in this control.
window1
- "string" - The destination control.
bidirectional
- true|false - If given the first control is also notified about changes in second control.
Flags
Return Values
None.