This topic has not yet been rated - Rate this topic

AxHost.RaiseOnMouseUp Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Overload List

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic] Overloads Protected Sub RaiseOnMouseUp(Short, Short, Integer, Integer)
[C#] protected void RaiseOnMouseUp(short, short, int, int);
[C++] protected: void RaiseOnMouseUp(short, short, int, int);
[JScript] protected function RaiseOnMouseUp(Int16, Int16, int, int);

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic] Overloads Protected Sub RaiseOnMouseUp(Short, Short, Single, Single)
[C#] protected void RaiseOnMouseUp(short, short, float, float);
[C++] protected: void RaiseOnMouseUp(short, short, float, float);
[JScript] protected function RaiseOnMouseUp(Int16, Int16, float, float);

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic] Overloads Protected Sub RaiseOnMouseUp(Object, Object, Object, Object)
[C#] protected void RaiseOnMouseUp(object, object, object, object);
[C++] protected: void RaiseOnMouseUp(Object*, Object*, Object*, Object*);
[JScript] protected function RaiseOnMouseUp(Object, Object, Object, Object);

See Also

AxHost Class | AxHost Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.