Skip to main content

TdxNavBarPartState Enum

Declaration

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

Members

Name
oisNormal
oisHot
oisPressed
oisChecked
oisHotCheck
oisDroppedDown
See Also