Can be overriden by inheriting classes that want to implement completely new input handling and rendering.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
protected virtual bool OverrideViewUI () |
Visual Basic Copy Code |
---|
Protected Overridable Function OverrideViewUI () As Boolean |
true if a class derived from DiagramView provides its own OnPaint and OnMouse* implementations, otherwise false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |