Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandSource Class / GetCommandSource Method


In This Topic
    GetCommandSource Method
    In This Topic
    Gets the value of the command source property to the specified element
    Syntax
    'Declaration
     
    
    Public Shared Function GetCommandSource( _
       ByVal element As NWidget _
    ) As NCommandSource
    'Usage
     
    
    Dim element As NWidget
    Dim value As NCommandSource
     
    value = NCommandSource.GetCommandSource(element)
    public static NCommandSource GetCommandSource( 
       NWidget element
    )

    Parameters

    element
    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