Layout Property

Applies to TestComplete 15.63, last modified on April 23, 2024

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:

TcxButton

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.

See Also

Glyph Property

Highlight search results