IExpressionEditorInstance.HasAggregateFocus 속성

정의

인스턴스에 집계 포커스가 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasAggregateFocus { bool get(); };
public bool HasAggregateFocus { get; }
member this.HasAggregateFocus : bool
Public ReadOnly Property HasAggregateFocus As Boolean

속성 값

true편집기 인스턴스에 집계 포커스가 있으면 이고, 그렇지 않으면 . false

설명

인스턴스에는 포커스가 있는 HostControl 컨트롤 또는 다른 컨트롤이 있을 때 집계 포커스가 있습니다 HostControl .

적용 대상