| Name | Description | |
|---|---|---|
![]() | NInplaceEditTool Constructor | Default constructor |
The following tables list the members exposed by NInplaceEditTool.
| Name | Description | |
|---|---|---|
![]() | NInplaceEditTool Constructor | Default constructor |
| Name | Description | |
|---|---|---|
![]() ![]() | InplaceEditMouseButtonEventProperty | Reference to the InplaceEditMouseButtonEvent property. |
![]() ![]() | NInplaceEditToolSchema | Schema associated with NInplaceEditTool. |
![]() ![]() | ShowMiniToolbarOnEditStartProperty | Reference to the ShowMiniToolbarOnEditStart property. |
![]() ![]() | ShowShapeTrackersAboveTextEditorProperty | Reference to the ShowShapeTrackersAboveTextEditor property. |
| Name | Description | |
|---|---|---|
![]() | InplaceEditMouseButtonEvent | Gets or sets the mouse button event on which the context menu is shown. By default set to Nevron.Nov.UI.ENMouseButtonEvent.LeftButtonDoubleClick. |
![]() | ShowMiniToolbarOnEditStart | Gets/Sets whether to show the rich text formatting mini toolbar above the shape when inplace editing is started. By default set to false. |
![]() | ShowShapeTrackersAboveTextEditor | Gets/Sets whether to show the shape trackers above the text editor. By default set to false. |
| Name | Description | |
|---|---|---|
![]() | OnKeyDown | Overridden. Processes the key down event. |
![]() | OnMouseDown | Overridden. Processes the mouse down event. Overriden to perform click select, if it can be performed. |
![]() | OnMouseUp | Overridden. 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. |
| Name | Description | |
|---|---|---|
![]() | CanStartInplaceEdit | Overloaded. Determines whether inplace editing can be started in response to the specified mouse event. |
![]() | DetermineInplaceEditShape | Overloaded. Determines the shape from the given selecteion path for which inplace editing should start. |
![]() | StartInplaceEdit | Overloaded. Starts the inplace editing of the shape. |