SplitterCancelEventArgs(Int32, Int32, Int32, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的滑鼠指標和 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 座標 (在工作區座標中)。