SystemParameters.DragFullWindows 속성

정의

전체 창 끌기를 사용할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

전체 창 끌기를 사용할 수 있으면 true이고, 그렇지 않으면 false입니다.

특성

설명

SPI_GETDRAGFULLWINDOWS 매핑합니다. 참조 SystemParametersInfo합니다.

XAML 특성 사용

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

적용 대상