McWindowsSetPreferedDockSiteToNext Method
|
|
The function sets Prefered dock side for new window to the pane next to the refWindow. The function succeeds only if there are more than 1 pane opened.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Function SetPreferedDockSiteToNext (
refWindow As McWindow
) As Boolean
Parameters
- refWindow
- Type: MediaCy.IQL.ApplicationMcWindow
Return Value
Type:
Boolean If the dock site is set returns True.
RemarksIf the view has more than 1 pane (side by side), activate the prefered site, so new window will be created there.
The function is used with Capture to snap new images side by side without flickering and moving windows from one pane to another after it's created.
See Also