In This Article

DesignerTypeNames Class

Defines the names of types defined in the Docking designer assembly.

public static class DesignerTypeNames
Inheritance:
object object

Remarks

For internal use only.

Fields

AutoHideTabStripPanelDesigner

The FullName of the type used as a designer for AutoHideTabStripPanel.

public const string AutoHideTabStripPanelDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.AutoHideTabStripPanelDesigner"

DockContainerDesigner

The FullName of the type used as a designer for DockContainer.

public const string DockContainerDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.DockContainerDesigner"

DockManagerDesigner

The FullName of the type used as a designer for DockManager.

public const string DockManagerDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.DockManagerDesigner"

TabStripDesigner

The FullName of the type used as a designer for TabStrip.

public const string TabStripDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.TabStripDesigner"

TabStripPageDesigner

The FullName of the type used as a designer for TabStripPage.

public const string TabStripPageDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.TabStripPageDesigner"

ToolWindowContainerToolWindowCollectionCodeDomSerializer

The FullName of the type used as the code DOM serializer for ToolWindowCollection.

public const string ToolWindowContainerToolWindowCollectionCodeDomSerializer = "ActiproSoftware.Properties.Docking.Design.Serialization.ToolWindowContainerToolWindowCollectionCodeDomSerializer"

ToolWindowDesigner

The FullName of the type used as a designer for ToolWindow.

public const string ToolWindowDesigner = "ActiproSoftware.Properties.Docking.Design.Designers.ToolWindowDesigner"

Inherited Members