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


In This Topic
    NInplaceEditTool Class Members
    In This Topic

    The following tables list the members exposed by NInplaceEditTool.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the InplaceEditMouseButtonEvent property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NInplaceEditTool.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowMiniToolbarOnEditStart property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ShowShapeTrackersAboveTextEditor property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the mouse button event on which the context menu is shown. By default set to Nevron.Nov.UI.ENMouseButtonEvent.LeftButtonDoubleClick.  
    Public PropertyGets/Sets whether to show the rich text formatting mini toolbar above the shape when inplace editing is started. By default set to false.  
    Public PropertyGets/Sets whether to show the shape trackers above the text editor. By default set to false.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Processes the key down event.  
    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 MethodOverloaded. Determines whether inplace editing can be started in response to the specified mouse event.  
    Protected MethodOverloaded. Determines the shape from the given selecteion path for which inplace editing should start.  
    Protected MethodOverloaded. Starts the inplace editing of the shape.  
    Top
    See Also