Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibrarySelectorTool Class / CanClickSelect Method


In This Topic
    CanClickSelect Method (NLibrarySelectorTool)
    In This Topic
    Determines whether click select can be performed
    Syntax
    'Declaration
     
    
    Protected Overridable Function CanClickSelect() As System.Boolean
    'Usage
     
    
    Dim instance As NLibrarySelectorTool
    Dim value As System.Boolean
     
    value = instance.CanClickSelect()
    protected virtual System.bool CanClickSelect()

    Return Value

    true if click select can be performed, 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