Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryMouseWheelScrollTool Class / CanDeactivate Method


In This Topic
    CanDeactivate Method (NLibraryMouseWheelScrollTool)
    In This Topic
    Overriden to block deactivation, if the DeactiveDelay period has not expired
    Syntax
    'Declaration
     
    
    Public Overrides Function CanDeactivate() As System.Boolean
    'Usage
     
    
    Dim instance As NLibraryMouseWheelScrollTool
    Dim value As System.Boolean
     
    value = instance.CanDeactivate()
    public override System.bool CanDeactivate()
    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