SystemParameters.IsTabletPC 속성

정의

현재 운영 체제가 Tablet PC Edition에 Microsoft Windows XP 여부를 나타내는 값을 가져옵니다.

public:
 static property bool IsTabletPC { bool get(); };
public static bool IsTabletPC { [System.Security.SecurityCritical] get; }
public static bool IsTabletPC { get; }
[<get: System.Security.SecurityCritical>]
static member IsTabletPC : bool
static member IsTabletPC : bool
Public Shared ReadOnly Property IsTabletPC As Boolean

속성 값

현재 운영 체제가 태블릿 PC 버전에 Windows XP 경우 true이고, 그렇지 않으면 false.

특성

설명

SM_TABLETPC 매핑합니다. GetSystemMetrics를 참조하세요.

XAML 속성 사용

< object property="{ SystemParameters.IsTabletPC}"/>

적용 대상