MobileForms Toolkit Documentation

Item.SetFocus Method 

This function activate item and sets the keyboard focus to the specified item. All subsequent keyboard input is directed to this item. The item, if any, that previously had the keyboard focus loses it.

public void SetFocus();

Remarks

Use this funtion to activate Item. It hide any active Item and show this Item.

See Also

Item Class | Resco.Controls.DetailView Namespace