Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / ValidateInternal Method


In This Topic
    ValidateInternal Method (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ValidateInternal( _
       ByVal checkAutoValidate As System.Boolean, _
       ByRef validatedControlAllowsFocusChange As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim checkAutoValidate As System.Boolean
    Dim validatedControlAllowsFocusChange As System.Boolean
    Dim value As System.Boolean
     
    value = instance.ValidateInternal(checkAutoValidate, validatedControlAllowsFocusChange)
    internal System.bool ValidateInternal( 
       System.bool checkAutoValidate,
       out System.bool validatedControlAllowsFocusChange
    )

    Parameters

    checkAutoValidate
    validatedControlAllowsFocusChange
    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