Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NTabControl Class / SendMessage Method / SendMessage(Int32,Int32,RECT) Method


In This Topic
    SendMessage(Int32,Int32,RECT) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Function SendMessage( _
       ByVal msg As System.Integer, _
       ByVal wparam As System.Integer, _
       ByRef lparam As System.Windows.Forms.NativeMethods.RECT _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As NTabControl
    Dim msg As System.Integer
    Dim wparam As System.Integer
    Dim lparam As System.Windows.Forms.NativeMethods.RECT
    Dim value As System.IntPtr
     
    value = instance.SendMessage(msg, wparam, lparam)
    internal System.IntPtr SendMessage( 
       System.int msg,
       System.int wparam,
       ref System.Windows.Forms.NativeMethods.RECT lparam
    )

    Parameters

    msg
    wparam
    lparam
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also