Skip to content

Next_Scope - cUIObject

Returns the object that is the next_scope object of the current scope

Type: Property
Access: Read-Only
Data Type: Handle
Parameters: None

Syntax

Property Handle Next_Scope
Access Type Syntax
Read Access: Get Next_Scope to HandleVariable

Description

The Next_scope property returns the object that is the next_scope object of the current scope. If there is not a next scope, the property returns zero.

send activate to (next_scope(desktop))

The next_scope is a property of the desktop, and is determined by the order that the scope objects are activated. As users navigate between the scopes, the scope order is modified.