Nevron.SmartShapes Namespace / NControlsRow Class / NControlsRow Constructor / NControlsRow Constructor(String,String,Boolean,ControlBehavior,ControlBehavior,String)


NControlsRow Constructor(String,String,Boolean,ControlBehavior,ControlBehavior,String)
Syntax
'Declaration
 
Public Function New( _
   ByVal formulaX As System.String, _
   ByVal formulaY As System.String, _
   ByVal visible As System.Boolean, _
   ByVal xBehavior As ControlBehavior, _
   ByVal yBehavior As ControlBehavior, _
   ByVal tooltip As System.String _
)
 
'Usage
 
Dim formulaX As System.String
Dim formulaY As System.String
Dim visible As System.Boolean
Dim xBehavior As ControlBehavior
Dim yBehavior As ControlBehavior
Dim tooltip As System.String
 
Dim instance As New NControlsRow(formulaX, formulaY, visible, xBehavior, yBehavior, tooltip)

Parameters

formulaX
formulaY
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