PostBackOptions.TrackFocus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.