NevronOpenVision
Nevron.Nov.Diagram.DrawingTools Namespace / NClickSelectTool Class
Fields Properties Methods Events


In This Topic
    NClickSelectTool Class Members
    In This Topic

    The following tables list the members exposed by NClickSelectTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the AllowDrillDown property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ClickSelectEvent property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the DrillDownSelectEvent property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NClickSelectTool.  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies whether drill down selection is allowed. By default set to true.  
    Public PropertyGets or sets the mouse button event on which the tool performs click selection. By default set to ENMouseButtonEvent.LeftButtonDown.  
    Public PropertyGets or sets the mouse button event on which the tool performs drill down selection By default set to ENMouseButtonEvent.LeftButtonUp.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes the mouse down event. Overriden to perform click select, if it can be performed.  
    Public MethodOverridden. Processes the mouse down event. Overriden to perform click select if it can be performed and perform drill down select if it can be performed.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines whether click select can be performed.  
    Protected MethodDetermines whether drill down select can be performed.  
    Protected MethodPerforms a click select.  
    Protected MethodPerforms a drill down select.  
    Top
    See Also