Skip to main content
A newer version of this page is available. .

TcxHintIconType Enum

Declaration

TcxHintIconType = (
    cxhiNone,
    cxhiApplication,
    cxhiInformation,
    cxhiWarning,
    cxhiError,
    cxhiQuestion,
    cxhiWinLogo,
    cxhiCurrentApplication,
    cxhiCustom
);

Members

Name
cxhiNone
cxhiApplication
cxhiInformation
cxhiWarning
cxhiError
cxhiQuestion
cxhiCurrentApplication
cxhiCustom
See Also