Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommonDialog Class / MakeUIAction Method


In This Topic
    MakeUIAction Method
    In This Topic
    Performs an action that originates from the UI.
    Syntax
    'Declaration
     
    
    Protected Sub MakeUIAction( _
       ByVal func As Function _
    ) 
    'Usage
     
    
    Dim instance As NCommonDialog
    Dim func As Function
     
    instance.MakeUIAction(func)
    protected void MakeUIAction( 
       Function func
    )

    Parameters

    func
    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