Defined Types



MOTabViewDropOperation

Enumeration for types of drop operations supported by MOTabView.
typedef enum { MOTabViewDropOnItem,
    MOTabViewDropBeforeItem } MOTabViewDropOperation;

Enumeration for types of drop operations supported by MOTabView.

Constants
MOTabViewDropOnItem
Drop operation constant for dropping something "onto" a tab.
MOTabViewDropBeforeItem
Drop operation constant for dropping something "between" tabs (ie dropping a new tab into a tab view).

(Last Updated 3/20/2005)