'DeclarationPublic Overloads Sub AddControl( _ ByVal x As NSingleFormulaCell, _ ByVal y As NSingleFormulaCell, _ ByVal visible As NBooleanFormulaCell, _ ByVal xBehavior As NControlBehaviorFormulaCell, _ ByVal yBehavior As NControlBehaviorFormulaCell, _ ByVal tooltip As NStringFormulaCell _ )
'UsageDim instance As NControlsSection Dim x As NSingleFormulaCell Dim y As NSingleFormulaCell Dim visible As NBooleanFormulaCell Dim xBehavior As NControlBehaviorFormulaCell Dim yBehavior As NControlBehaviorFormulaCell Dim tooltip As NStringFormulaCell instance.AddControl(x, y, visible, xBehavior, yBehavior, tooltip)
public void AddControl( NSingleFormulaCell x, NSingleFormulaCell y, NBooleanFormulaCell visible, NControlBehaviorFormulaCell xBehavior, NControlBehaviorFormulaCell yBehavior, NStringFormulaCell tooltip )
Parameters
- x
- y
- visible
- xBehavior
- yBehavior
- tooltip