Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NCreateRectangleTool Class
Fields Properties Methods


In This Topic
    NCreateRectangleTool Class Members
    In This Topic

    The following tables list the members exposed by NCreateRectangleTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Protected Fields
     NameDescription
    Protected FieldIndicates whether this tool is active. (Inherited from Nevron.Diagram.WinForm.NTool)
    Protected FieldThe created element. (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected FieldThe end point of the create element by two points tool. (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Protected FieldThe element's preview. (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected FieldThe start point of the create element by two points tool. (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the tool abort key (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public PropertyGets/sets whether the tool is enabled (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertyGets/sets the tool end (deactivation) event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public PropertyGets/sets the name of the tool, which is unique in the tools collection of the controller (Inherited from Nevron.Diagram.WinForm.NTool)
    Public PropertySpecifies whether the newly created element must be selected (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Public PropertyGets/sets the tool start (activation) event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Top
    Protected Properties
     NameDescription
    Protected PropertyObtains a reference to the real element which is going to be added to the document (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected PropertyDetermines whether the tool operates in the view window area (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected PropertyObtains a reference to the preview element (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected PropertyDetermines whether the tool requires an active document layer (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Protected PropertyObtains the mouse info when the tool was activated (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected PropertyGets the target layer of this tool (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Top
    Public Methods
     NameDescription
    Public MethodAborts the tool if it is active (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Public MethodActivates the tool (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Public MethodDetermines whether the tool can activate (Inherited from Nevron.Diagram.WinForm.NCreateElementTool)
    Public MethodDetermines whether the tool can deactivate (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodDeactivates the tool (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodProcesses the is input char query (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the is input key query (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodPrecesses the mouse click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse double click event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the key down event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodProcesses the key press event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the key up event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse down event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodProcesses the mouse enter event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodPrecesses the mouse hover event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse leave event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public MethodProcesses the mouse move event (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Public MethodProcesses the mouse up event (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Public MethodProcesses the mouse wheel event (Inherited from Nevron.Diagram.WinForm.NMouseAndKeyboardTool)
    Public Method (Inherited from Nevron.Diagram.WinForm.NTool)
    Public MethodOverriden to cashe references to NDrawingView and NDrawingDocument instances (Inherited from Nevron.Diagram.WinForm.NDrawingDragTool)
    Public MethodUpdates the specified status bar info (Inherited from Nevron.Diagram.WinForm.NCreateElementByTwoPointsTool)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to call the CreateRectangle method of the ElementFactory  
    Protected MethodOverridden. Overriden to return the NDWFR.CursorCreateRectangle cursor  
    Protected MethodOverridden. Overriden to redefine a rectangle by two points  
    Protected MethodCalled when the tool is inactive but is ready to be activated and requests a cursor for visual feedback (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected MethodVerifies the specified new about key and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected MethodVerifies the specified new end mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Protected MethodVerifies the specified new start mouse event and throws an exception if it is not valid (Inherited from Nevron.Diagram.WinForm.NDragTool)
    Top
    See Also