System.Web.UI.PostBackOptions.TrackFocus Property

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.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool TrackFocus { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0