Last_Child - cUIObject

Returns the Object_Id of the last focus child

Type: Property

Access: Read-Only

Data Type: Handle

Parameters: None

Syntax
 Property Handle Last_Child

Read Access: Get Last_Child to HandleVariable


Description

Last_Child returns the Object_Id of the last focus child.

If (Focus(Desktop) = Last_Child(Parent(Focus(Desktop)))) ;
    Send Info_Box "focus is in its parent's last child"