다음을 통해 공유


DesktopWindowXamlSource.HasFocus 속성

정의

DesktopWindowXamlSource가 현재 데스크톱 애플리케이션에 포커스가 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool HasFocus { bool get(); };
bool HasFocus();
public bool HasFocus { get; }
var boolean = desktopWindowXamlSource.hasFocus;
Public ReadOnly Property HasFocus As Boolean

속성 값

Boolean

bool

True이면 DesktopWindowXamlSource 가 현재 데스크톱 애플리케이션에 포커스가 있습니다. 그렇지 않으면 false입니다.

적용 대상