NavigateInto Method

Requests navigation into the view item to send focus to the view item or one of its children.

Syntax

Overload List

  public void NavigateInto();
public void NavigateInto(
  bool  isDefault
);

Parameters

isDefault

System.Booleantrue to indicate whether this view item should have default focus (for example, the default focus when the page first loads rather than sending focus in response to a user action); otherwise false.

Requirements

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also