Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Action | Long | The function can display, toggle or
close the overview window: 0 → Display 1 → Toggle 2 → Close |
|||||||||||||||
Color1 | Long | Specifies the background color of the overview picture. | |||||||||||||||
Color2 | Long | Specifies the color of the current view. | |||||||||||||||
Color3 | Long | Specifies the frame color. | |||||||||||||||
Color4 | Long | Specifies the selection color. | |||||||||||||||
PosBottom | Long | Specifies the bottom position of the overview window on the screen (in pixel). | |||||||||||||||
PosLeft | Long | Specifies the left position of the overview window on the screen (in pixel). | |||||||||||||||
PosRight | Long | Specifies the right position of the overview window on the screen (in pixel). | |||||||||||||||
PosTop | Long | Specifies the top position of the overview window on the screen (in pixel). | |||||||||||||||
Style | Long | Specifies the style settings for the
overview window:
'Overview window with title bar zFct.DynProperties("OverviewInfo.Style") = &H400000 '... with title bar and system menu zFct.DynProperties("OverviewInfo.Style") = &H400000 Or &H80000 '... with fine frame zFct.DynProperties("OverviewInfo.Style") = &H800000 '... with bold frame zFct.DynProperties("OverviewInfo.Style") = &H840000 'Overview window with title bar, system menu and bold frame zFct.DynProperties("OverviewInfo.Style") = &H400000 Or &H80000 Or &H840000 |
|||||||||||||||
Type | Long | Selects, if monitors or templates are
shown as frames in the overview window: 0 → Templates 1 → Montiors |