TdxRibbonGalleryItemPullHighlighting.Active Property
Activates the contiguous highlighting mode.
Declaration
property Active: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
In this mode, hot-tracking a group item, automatically highlights all items between this item and the start of the highlighting. End-users can move the mouse pointer within a gallery or group to adjust the highlighting. Using this mode allows you to emulate list functionality of the “Undo” button found in Microsoft Word.
To activate this mode, set the Active property is True. Use the Direction property to specify the start and direction of highlighting.
Note
In contiguous highlighting mode, clicking a group item doesn’t change the Selected property of highlighted items. However, this does fire a gallery’s OnGroupItemClick event and the item’s OnClick event, to enable you to respond to the click.
The default value of the Active property is False.