Nevron .NET Vision
Nevron.SmartShapes Namespace / NControlsSection Class / AddControl Method / AddControl(String,String,Boolean,ControlBehavior,ControlBehavior,String) Method


In This Topic
    AddControl(String,String,Boolean,ControlBehavior,ControlBehavior,String) Method
    In This Topic
    Adds a control to the section
    Syntax
    '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
    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