Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NMatrixBarcodeControl Class / InitializeDCForWmCtlColor Method


In This Topic
    InitializeDCForWmCtlColor Method (NMatrixBarcodeControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function InitializeDCForWmCtlColor( _
       ByVal dc As System.IntPtr, _
       ByVal msg As System.Integer _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As NMatrixBarcodeControl
    Dim dc As System.IntPtr
    Dim msg As System.Integer
    Dim value As System.IntPtr
     
    value = instance.InitializeDCForWmCtlColor(dc, msg)
    internal virtual System.IntPtr InitializeDCForWmCtlColor( 
       System.IntPtr dc,
       System.int msg
    )

    Parameters

    dc
    msg
    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