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

TdxNavBarPartState Enum

Declaration

TdxNavBarPartState = (
    oisNormal,
    oisHot,
    oisPressed,
    oisChecked,
    oisHotCheck,
    oisDroppedDown
);

Members

Name
oisNormal
oisHot
oisPressed
oisChecked
oisHotCheck
oisDroppedDown
See Also