Skip to content

Client_Area_State - cUIObject

Determines if object is a user interface container for children

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

Syntax

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

Description

A special mode of user interface objects will become a container for children. If an object is a container, the first focusable child of the client gets the focus. If the ring_state of the object is true, the children are placed in a ring in the focus tree. Any object may be a container, but typically objects of the client class are used. A container object is never the focus itself - it always passes the focus on to one of its children.

set client_area_state to true