Specifies the default Picture Always on Top preference.
Syntax
bValue = object.PictureDefaultAlwaysOnTop
Example
Dim bValue as Boolean
bValue = Application.UserPreferences.PictureDefaultAlwaysOnTop
Properties
The PictureDefaultAlwaysOnTop property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bValue |
Boolean. Determines whether iFIX pictures appear as
always on top. |