Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / CreateTools Method


In This Topic
    CreateTools Method (NDrawingView)
    In This Topic
    Called to create the tools aplicable for this view and add them in the controller tools collection
    Syntax
    'Declaration
     
    
    Protected Overrides Sub CreateTools() 
    'Usage
     
    
    Dim instance As NDrawingView
     
    instance.CreateTools()
    protected override void CreateTools()
    Remarks
    Overriden to add all tools, which are applicable for drawing views and enable the tools with the following names: NDWFR.ToolCreateGuideline, NDWFR.ToolHandle, NDWFR.ToolMove, NDWFR.ToolSelector, NDWFR.ToolContextMenu, NDWFR.ToolKeyboard, NDWFR.ToolInplaceEdit, NDWFR.ToolMouseEventDelegator
    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