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


In This Topic
    SendMessage(Int32,Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Function SendMessage( _
       ByVal msg As System.Integer, _
       ByVal wparam As System.Integer, _
       ByVal lparam As System.String _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As NTableGridViewControl
    Dim msg As System.Integer
    Dim wparam As System.Integer
    Dim lparam As System.String
    Dim value As System.IntPtr
     
    value = instance.SendMessage(msg, wparam, lparam)
    internal System.IntPtr SendMessage( 
       System.int msg,
       System.int wparam,
       System.string 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