ITextSelection.ActivationTracksFocus 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.
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.