Property Handle Next_Scope
Read Access: | Get Next_Scope to HandleVariable |
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.