Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryPreviewManager Class / EndMovePreview Method / EndMovePreview() Method


In This Topic
    EndMovePreview() Method
    In This Topic
    Destroys the current preview
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function EndMovePreview() As System.Boolean
    'Usage
     
    
    Dim instance As NLibraryPreviewManager
    Dim value As System.Boolean
     
    value = instance.EndMovePreview()
    public virtual System.bool EndMovePreview()

    Return Value

    true if the current preview existed and was sucessfully destroyed, otherwise false
    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