SystemParameters.DragFullWindows プロパティ

定義

ウィンドウ全体のドラッグが有効かどうかを示す値を取得します。

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

プロパティ値

true フルウィンドウのドラッグが有効な場合。それ以外の場合は false

属性

注釈

SPI_GETDRAGFULLWINDOWSにマップします。 SystemParametersInfo を参照してください。

XAML 属性の使用方法

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

適用対象