Rotate_Mode - TabDialog
Governs cursor movement on keyboard navigation when the Next key is pressed in the last object in a tab page
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Rotate_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Rotate_Mode to IntegerVariable |
| Write Access: | Set Rotate_Mode to IntegerVariable/Value |
Description
The Rotate_Mode property governs cursor movement on keyboard navigation when the Next key is pressed in the last object in a tab page.
When set to RM_None, the default, the focus will rotate out of the tab page and on to the next object.
When set to RM_Ring, the focus will rotate in a ring within the current tab page moving either to the tab button or the first focusable object within the page (determined by skip_button_mode).
When set to RM_Rotate_in_Ring, the focus will rotate through all objects in all tab pages and then ring back to the first (or last) tab page.
When set to RM_Rotate, it rotates through the pages in this object, and then out of the tab dialog after the last tab page (or before the first tab page).
Default is RM_None.