Block_Mouse_State - cUIObject

Determines whether or not the use of the mouse is restricted

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean Block_Mouse_State

Read Access: Get Block_Mouse_State to BooleanVariable
Write Access: Set Block_Mouse_State to BooleanVariable/Value


Description

Determines whether or not the use of the mouse is restricted to: (1) this object; and (2) objects that are in the focus tree at the Next_Level of this object and beyond. It is sometimes necessary to restrict the use of the mouse to a series of objects, typically descended from a common focus parent. Block_Mouse_State will terminate the checking for a valid object if it finds an object with the Block_Mouse_State set to True. Modal dialogs are most often used in this manner.


Note:
This property is already set by its superclass(es) to work properly with Windows modality. It should not be changed.


Set Block_Mouse_State to True