Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NButtonStrip Class / GetPredefinedButton Method


In This Topic
    GetPredefinedButton Method
    In This Topic
    Gets the predefined button with the specified windows result.
    Syntax
    'Declaration
     
    
    Public Function GetPredefinedButton( _
       ByVal windowResult As ENWindowResult _
    ) As NButton
    'Usage
     
    
    Dim instance As NButtonStrip
    Dim windowResult As ENWindowResult
    Dim value As NButton
     
    value = instance.GetPredefinedButton(windowResult)
    public NButton GetPredefinedButton( 
       ENWindowResult windowResult
    )

    Parameters

    windowResult
    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