Home Search

DriveWorks Solo 21
Picture Style

Send Feedback

Picture Style

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:

  • Text - Available for control types Check Box, Hyperlink, Option Button, Macro Button, Option Group, Dialog Button.
  • TextAndPicture - Available for control types Check Box, Hyperlink, Option Button, Macro Button, Option Group, Dialog Button.
  • Picture - Available for control types Check Box, Hyperlink, Option Button, Macro Button, Option Group, Dialog Button.
  • PictureOnly - Available for control types Macro Button and Dialog Button
  • TextOverPicture - Available for control types Macro Button and Dialog Button

To Change the Default Value

The default value of the property can be changed by:

  1. Click in the property for the control to be changed
  2. Click the drop down button at the end of the value field
  3. Select the value from the drop down list

Examples

Picture Style Property ValueResultNotes
TextDisplays the value set for the Caption or Text property (overrides any value set for the Picture property)

Value Available for:

  • Check Box
  • Hyperlink
  • Option Group
TextAndPictureDisplays the values set for the Caption or Text property and the Picture Property next to each other.

Value Available for:

  • Check Box
  • Hyperlink
  • Option Group
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:

  • Check Box
  • Hyperlink
  • Option Group

A type of control property where the value can only be set in the Form Designer (not by a rule).