PicturesOver Property

Returns or sets whether text and pictures should be overlaid in cells.

Syntax

[form!]VSFlexGrid.PicturesOver[ = {True | False} ]

Remarks

If PicturesOver is set to True, pictures and text overlap within cells. This setting is useful for displaying pictures that look like button frames or other elements on which text should be overlaid.

If PicturesOver is set to False, pictures are drawn next to the text. This setting is useful for displaying icons next to text.

 

Data Type

Boolean

Default Value

False

See Also

VSFlexGrid Control