IExpressionEditorInstance.HasAggregateFocus Property

Definition

Gets a value that indicates whether the instance has aggregate focus.

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 editor instance has aggregate focus; otherwise, false.

Remarks

The instance has aggregate focus when the HostControl or any other control created by the HostControl has focus.

Applies to