'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)
public NControlsRow( System.string formulaX, System.string formulaY, System.bool visible, ControlBehavior xBehavior, ControlBehavior yBehavior, System.string tooltip )
Parameters
- formulaX
- formulaY
- visible
- xBehavior
- yBehavior
- tooltip