StatusBarPanelClickEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 StatusBarPanelClickEventArgs 類別的新執行個體。
public:
StatusBarPanelClickEventArgs(System::Windows::Forms::StatusBarPanel ^ statusBarPanel, System::Windows::Forms::MouseButtons button, int clicks, int x, int y);
public StatusBarPanelClickEventArgs (System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y);
new System.Windows.Forms.StatusBarPanelClickEventArgs : System.Windows.Forms.StatusBarPanel * System.Windows.Forms.MouseButtons * int * int * int -> System.Windows.Forms.StatusBarPanelClickEventArgs
Public Sub New (statusBarPanel As StatusBarPanel, button As MouseButtons, clicks As Integer, x As Integer, y As Integer)
參數
- statusBarPanel
- StatusBarPanel
表示被按一下面板的 StatusBarPanel。
- button
- MouseButtons
其中一個 MouseButtons 值,表示在 StatusBarPanel 上被按一下的滑鼠按鈕。
- clicks
- Int32
滑鼠按鈕被按一下的次數。
- x
- Int32
滑鼠按一下的 X 座標。
- y
- Int32
滑鼠按一下的 Y 座標。