GrapeCity SPREAD for Windows Forms 11.0J
PopupCancelEventArgs コンストラクタ


ポップアップフォーム
ポップアップをキャンセルするマウスイベントが発生したマウス位置(存在する場合)。
このクラスの新しいインスタンスを構築します。
構文
'Declaration
 
Public Function New( _
   ByVal popup As Form, _
   ByVal location As Point _
)
'使用法
 
Dim popup As Form
Dim location As Point
 
Dim instance As New PopupCancelEventArgs(popup, location)
public PopupCancelEventArgs( 
   Form popup,
   Point location
)

パラメータ

popup
ポップアップフォーム
location
ポップアップをキャンセルするマウスイベントが発生したマウス位置(存在する場合)。
参照

PopupCancelEventArgs クラス
PopupCancelEventArgs メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.