Skip to content

Skip_State - cUIObject

Determines whether or not the switch and switch_back messages skip over this object during focus movement

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean Skip_State
Access Type Syntax
Read Access: Get Skip_State to BooleanVariable
Write Access: Set Skip_State to BooleanVariable/Value

Description

The Skip_state property determines whether or not the switch and switch_back messages skip over this object during focus movement. By default, this is set to false, allowing an object to take focus (assuming its focus_mode property is set to focusable). This property is set to true in menu bars to keep the menu bar from being part of the normal focus rotation.

set skip_state of oForm to true