Specifies the default Picture resizable preference.
Syntax
bDefaultResizable = object.PictureDefaultResizable
Example
Dim bDefaultResizable as Boolean
bDefaultResizable = Application.UserPreferences.PictureDefaultResizable
Properties
The PictureDefaultResizable property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bDefaultResizable |
Boolean. Determines whether iFIX pictures are resizable.
|