Navigation.TryGetFocusedUIBlock
TryGetFocusedUIBlock(Uint, out UIBlock)
Retrieves the UIBlock which was most recently navigated to from the provided controlID
.
Declaration
public static bool TryGetFocusedUIBlock(uint controlID, out UIBlock focused)
Parameters
Type | Name | Description |
---|---|---|
Uint | controlID | The unique identifier of the input control. |
UIBlock | focused | The UIBlock most recently navigated to with the given |
Returns
Type | Description |
---|---|
bool | If a navigated UIBlock is found and actively navigable, returns |