Skip to main content

TdxBarBehaviorOption Enum

Declaration

TdxBarBehaviorOption = (
    bboAllowDetach,
    bboAllowSelectWindowItemsWithoutFocusing,
    bboAllowShowHints,
    bboClickItemsBySpaceKey,
    bboExtendItemWhenAlignedToClient,
    bboNeedsFocusWhenActive,
    bboMouseCantUnselectNavigationItem,
    bboUnmoved,
    bboItemCustomizePopup,
    bboSubMenuCaptureMouse,
    bboCanShowPopupMenuOnMouseClick
);

Members

Name
bboAllowDetach
bboAllowSelectWindowItemsWithoutFocusing
bboAllowShowHints
bboClickItemsBySpaceKey
bboExtendItemWhenAlignedToClient
bboNeedsFocusWhenActive
bboMouseCantUnselectNavigationItem
bboUnmoved
bboItemCustomizePopup
bboSubMenuCaptureMouse
bboCanShowPopupMenuOnMouseClick
See Also