Property Type: Fixed
Default Value: TextAndPicture
The Picture Style property determines the appearance of a control when an image is used in the Picture property for the control.
The available values for this property are:
The default value of the property can be changed by:
Picture Style Property Value | Result | Notes |
---|---|---|
Text | Displays the value set for the Caption or Text property (overrides any value set for the Picture property) | Value Available for:
|
TextAndPicture | Displays the values set for the Caption or Text property and the Picture Property next to each other. | Value Available for:
|
Picture | Displays the value set for the Picture Property (overrides any value set for the Caption or Text property) Hyperlink The default appearance for the hyperlink control is the value set for the Text property. Applying the Picture value to the Picture Style property will override the Text property. | Value Available for:
|
A type of control property where the value can only be set in the Form Designer (not by a rule).