TTMSFNCTabSetInteraction Class
Interaction settings for the tab set, controlling selection behavior, inline editing, keyboard shortcuts, drag-and-drop reorder, and URL handling.
API unit family: TMSFNCTabSet
Inherits from: TPersistent
Syntax
TTMSFNCTabSetInteraction = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoOpenURL | When True, clicking a tab whose text is an HTML hyperlink automatically opens the URL in the default browser. |
| CloseTabWithKeyboard | When True, pressing Delete while a tab is focused closes it. |
| Editing | When True, the user can double-click a tab label to rename it inline. |
| InsertTabWithKeyboard | When True, pressing Insert while the tab set is focused adds a new tab. |
| Reorder | When True, the user can drag tabs to reorder them. |
| SelectTabOnFocus | When True, clicking the tab set control to give it focus also selects the focused tab. |
| SelectTabOnInsert | When True, a newly inserted tab is automatically selected. |
| SelectTabOnScroll | When True, scrolling to reveal a tab automatically selects it. |