Represents a DiagramView that can display DiagramDocument objects. The individual diagram pages can be activated through the tabs in the tray located at one of the view sides.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public class TabbedDiagramView : DiagramView |
Visual Basic
Copy Code
|
|---|
Public Class TabbedDiagramView |
RemarksThe appearance and behavior of the tab tray can be customized using various properties.
The ShowTabs property indicates whether the tray is visible. The location of the tray is specified through the TabAlignment property. ShowCreateNewTab and ShowTabNavigationButtons determine the visibility of the buttons for interactive tab creation and tab navigation respectively. ShowTabCloseButtons specifies whether the tabs can be closed interactively, by clicking on the small 'x' button displayed in each tab. AllowTabReorder enables interactive tab rearrangement by mouse dragging.
Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
MindFusion.Common.WinForms.TouchControl
MindFusion.Diagramming.WinForms.DiagramView
MindFusion.Diagramming.WinForms.TabbedDiagramView
See Also