Nevron .NET Vision
Nevron.SmartShapes Namespace / NControlsSection Class / AddControl Method / AddControl(NSingleFormulaCell,NSingleFormulaCell,NBooleanFormulaCell,NControlBehaviorFormulaCell,NControlBehaviorFormulaCell,NStringFormulaCell) Method


In This Topic
    AddControl(NSingleFormulaCell,NSingleFormulaCell,NBooleanFormulaCell,NControlBehaviorFormulaCell,NControlBehaviorFormulaCell,NStringFormulaCell) Method
    In This Topic
    Adds a control to the section
    Syntax
    'Declaration
     
    
    Public 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 _
    ) 
    'Usage
     
    
    Dim 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)

    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