SystemInformation.DragFullWindows プロパティ
ユーザーがウィンドウ全体のドラッグを有効にしているかどうかを示す値を取得します。
Public Shared ReadOnly Property DragFullWindows As Boolean
[C#]
public static bool DragFullWindows {get;}
[C++]
public: __property static bool get_DragFullWindows();
[JScript]
public static function get DragFullWindows() : Boolean;
プロパティ値
ユーザーがウィンドウ全体のドラッグを有効にしている場合は true 。それ以外の場合は false 。
解説
このプロパティが true の場合は、ウィンドウを移動およびサイズ変更しているときもウィンドウの内容が表示されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
SystemInformation クラス | SystemInformation メンバ | System.Windows.Forms 名前空間 | SystemInformation