PostBackOptions.TrackFocus Property

Definition

Gets or sets a value indicating whether the postback event should return the page to the current scroll position and return focus to the current control.

public:
 property bool TrackFocus { bool get(); void set(bool value); };
public bool TrackFocus { get; set; }
member this.TrackFocus : bool with get, set
Public Property TrackFocus As Boolean

Property Value

true if the postback event should return the page to the current scroll position and return focus to the target control; otherwise, false. The default value is false.

Remarks

The TrackFocus property indicates whether the postback event should return the page to the current scroll position and return focus to the TargetControl control after the postback event has occurred.

Applies to

See also