Name | Description | |
---|---|---|
Adopts controls hosted in other views and moves them to this view. |
||
Animates the view state. |
||
Overloaded. Enters inplace-edit mode, letting users edit the text of the specified item. |
||
Overloaded. |
||
Cancels the current drag operation. |
||
Overloaded. Transforms points from the client coordinate space to the document coordinate space. |
||
Overloaded. Copies the currently selected items to the Windows clipboard. |
||
Creates a PrintDocument object that can be used to print or preview the current diagram. |
||
Overloaded. Cuts the currently selected items to the Windows clipboard. |
||
Detaches the diagram's BeginPrint and PrintPage event handlers from the specified PrintDocument, created by a previous call to the CreatePrintDocument method. |
||
Overloaded. Transforms points from the document coordinate space to the client coordinate space. |
||
Exits inplace-edit mode and either accepts or rejects the changes made to the item's text. |
||
Loads a diagram from a file. |
||
Loads the Diagram document from a stream. |
||
Loads the diagram data from a string. |
||
Overloaded. Loads the diagram from an XML. |
||
Overloaded. Pastes diagram items from the Windows clipboard. |
||
Overloaded. Prints the current diagram on a printer selected by the user. |
||
Overloaded. Displays the standard .NET print-preview form. |
||
Overloaded. Displays the extended MindFusion.Diagramming print-preview window or a custom preview form. |
||
Recreates the cache bitmap, containing an image of the items that are not affected by the currently performed modification. This image is blitted to screen while dragging items, and the modified items are drawn over it. |
||
Saves the diagram into a file. |
||
Saves the diagram data into a .NET stream. |
||
Saves the diagram as an ASCII string. |
||
Overloaded. Saves the diagram to an XML document. |
||
Overloaded. |
||
Sets the zoom factor, preserving the on-screen position of the specified diagram point. |
||
Starts the specified interactive operation. Subsequent mouse movements will modify or create the item specified through the InteractionState instance. |
||
Zooms document's items thus making them appear closer. |
||
Zooms the diagram out making items appear further away. |
||
Zooms the view to fit the diagram contents in current viewport. |
||
Overloaded. |
Name | Description | |
---|---|---|
Control.CreateHandle override. |
||
Cleans up any resources being used. |
||
Control.IsInputKey override. |
||
Raises the CopyHostedControl event. |
||
Raises the CreateEditControl event. |
||
Raises the DeserializeControl event. |
||
Raises the DestroyEditControl event. |
||
Raises the DiagramChanged event. |
||
Control.OnDragDrop override. |
||
Control.OnDragEnter override. |
||
Control.OnDragLeave override. |
||
Control.OnDragOver override. |
||
Raises the DrawMagnifier event. |
||
Control.OnEnabledChanged override. |
||
Raises the EnterInplaceEditMode event. |
||
Control.WndProc override. (Inherited from TouchControl.) |
||
Control.OnKeyDown override. |
||
Control.OnKeyPress override. |
||
Control.OnKeyUp override. |
||
Control.OnLayout override. |
||
Raises the LeaveInplaceEditMode event. |
||
Control.OnLostFocus override. |
||
Control.OnMouseDown override. |
||
Control.OnMouseMove override. |
||
Control.OnMouseUp override. |
||
Control.OnMouseWheel override. |
||
Control.OnPaint override. |
||
Control.OnPaintBackground override. |
||
Raises the PaintControl event. |
||
Raises the RightToLeftChanged event. |
||
Raises the ScrollChanged event. |
||
TouchControl.OnTouchDown override. |
||
TouchControl.OnTouchMove override. |
||
TouchControl.OnTouchUp override. |
||
Raises the ZoomFactorChanged event. |
||
Can be overriden by inheriting classes that want to implement completely new input handling and rendering. |
||
Control.WndProc override. |