Specifies the image location within the component.
Declaration
componentObj.Layout
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The Layout
property lets you get or set the location of the image within the component. The image displayed by the component is specified by the Glyph
property.
Property Value
One of the following string values:
Value | Description |
---|---|
“blGlyphLeft ” |
The image is placed on the left of the text. This is the default value. |
“blGlyphRight ” |
The image is placed on the right of the text. |
“blGlyphTop ” |
The image is placed on the top of the text. |
“blGlyphBottom ” |
The image is placed on the bottom of the text. |