TLayoutCaptionVisibleElement Enumeration

Represents type TLayoutCaptionVisibleElement.

Namespace: System.UI.Layout
type
 TLayoutCaptionVisibleElement = (cveImage, cveText);

The TLayoutCaptionVisibleElement type exposes the following members.

Show:
 NameDescription
cveImage

Represents constant cveImage.

cveText

Represents constant cveText.

Top