ITextSelection::ActivationTracksFocus Property
Visual Studio 2015
Determines whether IsActive should track when the ITextView gains and loses aggregate focus. The default is true.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System::Booleantrue if the activation tracks the aggregate focus, otherwise false.
As long as the value of this property is true, the value of IsActive tracks HasAggregateFocus. If the value is false and then changes to true, the value of IsActive is immediately updated.
Show: