'Declaration
Public Overloads Sub AddControl( _ 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 instance As NControlsSection 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 instance.AddControl(formulaX, formulaY, visible, xBehavior, yBehavior, tooltip)
public void AddControl( System.string formulaX, System.string formulaY, System.bool visible, ControlBehavior xBehavior, ControlBehavior yBehavior, System.string tooltip )
Parameters
- formulaX
- formulaY
- visible
- xBehavior
- yBehavior
- tooltip