ITextSelection.ActivationTracksFocus Property

Definition

Determines whether IsActive should track when the ITextView gains and loses aggregate focus. The default is true.

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

Property Value

true if the activation tracks the aggregate focus, otherwise false.

Remarks

While the value of this property is true, the value of IsActive will track HasAggregateFocus. When the value of this property changes to true, the value of IsActive will be immediately updated.

Applies to