TdxBarItemMergeKind Enum
Declaration
TdxBarItemMergeKind = (
mkAdd,
mkMergeByCaption,
mkNone
);
Members
Name |
---|
mkAdd
|
mkMergeByCaption
|
mkNone
|
Remarks
Values include:
Value | Meaning |
---|---|
mkAdd | An item is added to the bar-merger at the position specified by the item’s MergeOrder property. If the item’s MergeOrder property’s values of the original and merged items are identical, then the merged item will be placed after the original which has the same ordinal number. |
mkMergeByCaption | When being merged into the bar, the merged item is combined with the original bar item if captions (see the TdxBarItemLink.Caption property) and types match (only performed for the following types: TdxBarContainerItem, TdxBarSubItem, TdxBarToolbarsListItem, TdxBarInPlaceSubItem). Note that both items should have their mkMergeByCaption flag on the MergeKind property active. |
mkNone | An item won’t be added to the bar. |
See Also