ITextView.HasAggregateFocus Property

Definition

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 : bool
Public ReadOnly Property HasAggregateFocus As Boolean

Property Value

true if the view has focus, otherwise false.

Applies to