Share via


SplitterCancelEventArgs(Int32, Int32, Int32, Int32) 建構函式

定義

使用指定的滑鼠指標和 SplitterCancelEventArgs 左上角的座標,初始化 SplitContainer 類別的新執行個體。

public:
 SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY);
public SplitterCancelEventArgs (int mouseCursorX, int mouseCursorY, int splitX, int splitY);
new System.Windows.Forms.SplitterCancelEventArgs : int * int * int * int -> System.Windows.Forms.SplitterCancelEventArgs
Public Sub New (mouseCursorX As Integer, mouseCursorY As Integer, splitX As Integer, splitY As Integer)

參數

mouseCursorX
Int32

滑鼠指標的 X 座標 (在工作區座標中)。

mouseCursorY
Int32

滑鼠指標的 Y 座標 (在工作區座標中)。

splitX
Int32

SplitContainer 左上角的 X 座標 (在工作區座標中)。

splitY
Int32

SplitContainer 左上角的 Y 座標 (在工作區座標中)。

適用於