IVsToolWindowToolbarHost.ProcessMouseActivation Method

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function ProcessMouseActivation ( _
    hwnd As IntPtr, _
    msg As UInteger, _
    wp As UInteger, _
    lp As Integer _
) As Integer
int ProcessMouseActivation(
    IntPtr hwnd,
    uint msg,
    uint wp,
    int lp
)
int ProcessMouseActivation(
    [InAttribute] IntPtr hwnd, 
    [InAttribute] unsigned int msg, 
    [InAttribute] unsigned int wp, 
    [InAttribute] int lp
)
abstract ProcessMouseActivation : 
        hwnd:IntPtr * 
        msg:uint32 * 
        wp:uint32 * 
        lp:int -> int 
function ProcessMouseActivation(
    hwnd : IntPtr, 
    msg : uint, 
    wp : uint, 
    lp : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsToolWindowToolbarHost Interface

Microsoft.VisualStudio.Shell.Interop Namespace