다음을 통해 공유


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에 의해 생성된 컨트롤이 포커스를 가지면 인스턴스도 집계 포커스를 가집니다.

적용 대상