IVsToolWindowToolbarHost3.ProcessMouseActivation Method

Definition

Overloads

ProcessMouseActivation(IntPtr, UInt32, IntPtr, IntPtr)
ProcessMouseActivation(IntPtr, UInt32, UInt32, Int32)

This method is for the environment's use only. Method information is not provided. Do not use this method.

ProcessMouseActivation(IntPtr, UInt32, IntPtr, IntPtr)

public:
 int ProcessMouseActivation(IntPtr hwnd, System::UInt32 msg, IntPtr wp, IntPtr lp);
public int ProcessMouseActivation (IntPtr hwnd, uint msg, IntPtr wp, IntPtr lp);
abstract member ProcessMouseActivation : nativeint * uint32 * nativeint * nativeint -> int
Public Function ProcessMouseActivation (hwnd As IntPtr, msg As UInteger, wp As IntPtr, lp As IntPtr) As Integer

Parameters

hwnd
IntPtr
msg
UInt32
wp
IntPtr
lp
IntPtr

Returns

Int32

Implements

Applies to

ProcessMouseActivation(IntPtr, UInt32, UInt32, Int32)

This method is for the environment's use only. Method information is not provided. Do not use this method.

public:
 int ProcessMouseActivation(IntPtr hwnd, System::UInt32 msg, System::UInt32 wp, int lp);
public int ProcessMouseActivation (IntPtr hwnd, uint msg, uint wp, int lp);
abstract member ProcessMouseActivation : nativeint * uint32 * uint32 * int -> int
Public Function ProcessMouseActivation (hwnd As IntPtr, msg As UInteger, wp As UInteger, lp As Integer) As Integer

Parameters

hwnd
IntPtr

Do not use.

msg
UInt32

Do not use.

wp
UInt32

Do not use.

lp
Int32

Do not use.

Returns

Int32

Returns Int32.

Implements

Applies to