QueryContinueDragEventArgs.EscapePressed プロパティ
ユーザーが Esc キーを押したかどうかを取得します。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
'宣言
Public ReadOnly Property EscapePressed As Boolean
'使用
Dim instance As QueryContinueDragEventArgs
Dim value As Boolean
value = instance.EscapePressed
public bool EscapePressed { get; }
public:
property bool EscapePressed {
bool get ();
}
/** @property */
public boolean get_EscapePressed ()
public function get EscapePressed () : boolean
プロパティ値
Esc キーが押された場合は true。それ以外の場合は false。
解説
既定では、EscapePressed が true の場合、QueryContinueDrag イベントは Action を DragAction.Cancel に設定します。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
QueryContinueDragEventArgs クラス
QueryContinueDragEventArgs メンバ
System.Windows.Forms 名前空間
DoDragDrop