Skip to main content

TdxScreenTipBandTextAlign Enum

Enumerates available horizontal alignment options for the ScreenTip’s descriptive text.

Declaration

TdxScreenTipBandTextAlign = (
    stbtaLeft,
    stbtaRight
);

Members

Name
stbtaLeft
stbtaRight

Remarks

Values include:

Value Meaning
stbtaLeft The descriptive text is aligned to the left of the ScreenTip window
stbtaRight The descriptive text is aligned to the right of the ScreenTip window
See Also