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


In This Topic
    ClearDesignState Method
    In This Topic
    Clears the design time state
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ClearDesignState() 
    'Usage
     
    
    Dim instance As NDrawingView
     
    instance.ClearDesignState()
    protected virtual void ClearDesignState()
    Remarks
    This method will clear the selection, destroy all trackers and will also remove any highlights.
    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