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


In This Topic
    KbC Method (NFontStyleDeclaration)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub KbC( _
       ByVal vjdh As NDataCell, _
       ByVal Wjdh As NWidget, _
       ByVal xjdh As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NFontStyleDeclaration
    Dim vjdh As NDataCell
    Dim Wjdh As NWidget
    Dim xjdh As System.Object
     
    instance.KbC(vjdh, Wjdh, xjdh)
    internal override void KbC( 
       NDataCell vjdh,
       NWidget Wjdh,
       System.object xjdh
    )

    Parameters

    vjdh
    Wjdh
    xjdh
    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