Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NBackgroundFillDeclaration Class / KbC Method


In This Topic
    KbC Method (NBackgroundFillDeclaration)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub KbC( _
       ByVal OIdh As NDataCell, _
       ByVal pIdh As NWidget, _
       ByVal QIdh As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NBackgroundFillDeclaration
    Dim OIdh As NDataCell
    Dim pIdh As NWidget
    Dim QIdh As System.Object
     
    instance.KbC(OIdh, pIdh, QIdh)
    internal override void KbC( 
       NDataCell OIdh,
       NWidget pIdh,
       System.object QIdh
    )

    Parameters

    OIdh
    pIdh
    QIdh
    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