Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NUniSizeBoxGroup Class / trbd Method


In This Topic
    trbd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function trbd( _
       ByVal Urbd As System.Boolean, _
       ByVal vrbd As NUniSizeBox _
    ) As NSize
    'Usage
     
    
    Dim instance As NUniSizeBoxGroup
    Dim Urbd As System.Boolean
    Dim vrbd As NUniSizeBox
    Dim value As NSize
     
    value = instance.trbd(Urbd, vrbd)
    internal NSize trbd( 
       System.bool Urbd,
       NUniSizeBox vrbd
    )

    Parameters

    Urbd
    vrbd
    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