ITextView.HasAggregateFocus 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 the view or any of its adornments has focus.
public:
 property bool HasAggregateFocus { bool get(); };public:
 property bool HasAggregateFocus { bool get(); };public bool HasAggregateFocus { get; }member this.HasAggregateFocus : boolPublic ReadOnly Property HasAggregateFocus As BooleanProperty Value
true if the view has focus, otherwise false.