Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NParentControlDesigner Class / CreateTool Method / CreateTool(ToolboxItem,Point) Method


In This Topic
    CreateTool(ToolboxItem,Point) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Sub CreateTool( _
       ByVal tool As System.Drawing.Design.ToolboxItem, _
       ByVal location As System.Drawing.Point _
    ) 
    'Usage
     
    
    Dim instance As NParentControlDesigner
    Dim tool As System.Drawing.Design.ToolboxItem
    Dim location As System.Drawing.Point
     
    instance.CreateTool(tool, location)
    protected void CreateTool( 
       System.Drawing.Design.ToolboxItem tool,
       System.Drawing.Point location
    )

    Parameters

    tool
    location
    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