HandledMouseEventArgs コンストラクタ (MouseButtons, Int32, Int32, Int32, Int32)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ button As MouseButtons, _ clicks As Integer, _ x As Integer, _ y As Integer, _ delta As Integer _ )
Dim button As MouseButtons Dim clicks As Integer Dim x As Integer Dim y As Integer Dim delta As Integer Dim instance As New HandledMouseEventArgs(button, clicks, x, y, delta)
public function HandledMouseEventArgs ( button : MouseButtons, clicks : int, x : int, y : int, delta : int )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


HandledMouseEventArgs コンストラクタ (MouseButtons, Int32, Int32, Int32, Int32, Boolean)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ button As MouseButtons, _ clicks As Integer, _ x As Integer, _ y As Integer, _ delta As Integer, _ defaultHandledValue As Boolean _ )
Dim button As MouseButtons Dim clicks As Integer Dim x As Integer Dim y As Integer Dim delta As Integer Dim defaultHandledValue As Boolean Dim instance As New HandledMouseEventArgs(button, clicks, x, y, delta, defaultHandledValue)
public HandledMouseEventArgs ( MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue )
public: HandledMouseEventArgs ( MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue )
public HandledMouseEventArgs ( MouseButtons button, int clicks, int x, int y, int delta, boolean defaultHandledValue )
public function HandledMouseEventArgs ( button : MouseButtons, clicks : int, x : int, y : int, delta : int, defaultHandledValue : boolean )

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


HandledMouseEventArgs コンストラクタ

名前 | 説明 |
---|---|
HandledMouseEventArgs (MouseButtons, Int32, Int32, Int32, Int32) | 指定したマウス ボタン、マウス ボタンのクリック回数、水平方向および垂直方向の画面座標、およびマウス ポインタの位置の変更に従って、HandledMouseEventArgs クラスの新しいインスタンスを初期化します。 |
HandledMouseEventArgs (MouseButtons, Int32, Int32, Int32, Int32, Boolean) | 指定したマウス ボタン、マウス ボタンのクリック回数、水平方向および垂直方向の画面座標、マウス ポインタの位置の変更、およびイベントが処理されるかどうかを示す値に従って、HandledMouseEventArgs クラスの新しいインスタンスを初期化します。 |

- HandledMouseEventArgs コンストラクタのページへのリンク