IMultiSelectionBroker.ActivationTracksFocus Property

Definition

Determines whether AreSelectionsActive 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 bool ActivationTracksFocus { get; set; }
member this.ActivationTracksFocus : bool with get, set
Public Property ActivationTracksFocus As Boolean

Property Value

Remarks

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

Applies to