Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NComboBoxItemsCommandSource Class / YWK Method


In This Topic
    YWK Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Sub YWK( _
       ByVal pdYC As NComboBox, _
       ByVal QdYC As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NComboBoxItemsCommandSource
    Dim pdYC As NComboBox
    Dim QdYC As System.Object
     
    instance.YWK(pdYC, QdYC)
    internal virtual void YWK( 
       NComboBox pdYC,
       System.object QdYC
    )

    Parameters

    pdYC
    QdYC
    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