AxHost.RaiseOnMouseDown 메서드

정의

MouseDown 이벤트를 발생시킵니다.

오버로드

RaiseOnMouseDown(Int16, Int16, Int32, Int32)

지정된 32비트 부호 있는 정수를 사용하여 MouseDown 이벤트를 발생시킵니다.

RaiseOnMouseDown(Int16, Int16, Single, Single)

지정된 단정밀도 부동 소수점 숫자를 사용하여 MouseDown 이벤트를 발생시킵니다.

RaiseOnMouseDown(Object, Object, Object, Object)

지정된 개체를 사용하여 MouseDown 이벤트를 발생시킵니다.

RaiseOnMouseDown(Int16, Int16, Int32, Int32)

지정된 32비트 부호 있는 정수를 사용하여 MouseDown 이벤트를 발생시킵니다.

protected:
 void RaiseOnMouseDown(short button, short shift, int x, int y);
protected void RaiseOnMouseDown (short button, short shift, int x, int y);
member this.RaiseOnMouseDown : int16 * int16 * int * int -> unit
Protected Sub RaiseOnMouseDown (button As Short, shift As Short, x As Integer, y As Integer)

매개 변수

button
Int16

어떤 마우스 단추를 눌렀는지 나타내는 MouseButtons 값 중 하나입니다.

shift
Int16

사용되지 않습니다.

x
Int32

픽셀 단위로 나타낸 마우스를 클릭한 위치의 x좌표입니다.

y
Int32

픽셀 단위로 나타낸 마우스를 클릭한 위치의 y좌표입니다.

적용 대상

RaiseOnMouseDown(Int16, Int16, Single, Single)

지정된 단정밀도 부동 소수점 숫자를 사용하여 MouseDown 이벤트를 발생시킵니다.

protected:
 void RaiseOnMouseDown(short button, short shift, float x, float y);
protected void RaiseOnMouseDown (short button, short shift, float x, float y);
member this.RaiseOnMouseDown : int16 * int16 * single * single -> unit
Protected Sub RaiseOnMouseDown (button As Short, shift As Short, x As Single, y As Single)

매개 변수

button
Int16

어떤 마우스 단추를 눌렀는지 나타내는 MouseButtons 값 중 하나입니다.

shift
Int16

사용되지 않습니다.

x
Single

픽셀 단위로 나타낸 마우스를 클릭한 위치의 x좌표입니다.

y
Single

픽셀 단위로 나타낸 마우스를 클릭한 위치의 y좌표입니다.

적용 대상

RaiseOnMouseDown(Object, Object, Object, Object)

지정된 개체를 사용하여 MouseDown 이벤트를 발생시킵니다.

protected:
 void RaiseOnMouseDown(System::Object ^ o1, System::Object ^ o2, System::Object ^ o3, System::Object ^ o4);
protected void RaiseOnMouseDown (object o1, object o2, object o3, object o4);
member this.RaiseOnMouseDown : obj * obj * obj * obj -> unit
Protected Sub RaiseOnMouseDown (o1 As Object, o2 As Object, o3 As Object, o4 As Object)

매개 변수

o1
Object

어떤 마우스 단추를 눌렀는지 나타내는 MouseButtons 값 중 하나입니다.

o2
Object

사용되지 않습니다.

o3
Object

픽셀 단위로 나타낸 마우스를 클릭한 위치의 x좌표입니다.

o4
Object

픽셀 단위로 나타낸 마우스를 클릭한 위치의 y좌표입니다.

적용 대상