IMultiSelectionBroker.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.
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.