Nevron .NET Vision
Nevron.SmartShapes Namespace / NControlsRow Class / NControlsRow Constructor / NControlsRow Constructor(NSingleFormulaCell,NSingleFormulaCell,NBooleanFormulaCell,NControlBehaviorFormulaCell,NControlBehaviorFormulaCell,NStringFormulaCell)


In This Topic
    NControlsRow Constructor(NSingleFormulaCell,NSingleFormulaCell,NBooleanFormulaCell,NControlBehaviorFormulaCell,NControlBehaviorFormulaCell,NStringFormulaCell)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As NSingleFormulaCell, _
       ByVal y As NSingleFormulaCell, _
       ByVal visible As NBooleanFormulaCell, _
       ByVal xBehavior As NControlBehaviorFormulaCell, _
       ByVal yBehavior As NControlBehaviorFormulaCell, _
       ByVal tooltip As NStringFormulaCell _
    )
    'Usage
     
    
    Dim x As NSingleFormulaCell
    Dim y As NSingleFormulaCell
    Dim visible As NBooleanFormulaCell
    Dim xBehavior As NControlBehaviorFormulaCell
    Dim yBehavior As NControlBehaviorFormulaCell
    Dim tooltip As NStringFormulaCell
     
    Dim instance As New NControlsRow(x, y, visible, xBehavior, yBehavior, tooltip)

    Parameters

    x
    y
    visible
    xBehavior
    yBehavior
    tooltip
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also