In This Article

DesignerTypeNames Class

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

public static class DesignerTypeNames
Inheritance:
object object

Remarks

For internal use only.

Fields

NavigationBarDesigner

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

public const string NavigationBarDesigner = "ActiproSoftware.Properties.Navigation.Design.Designers.NavigationBarDesigner"

NavigationBarPanelDesigner

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

public const string NavigationBarPanelDesigner = "ActiproSoftware.Properties.Navigation.Design.Designers.NavigationBarPanelDesigner"

NavigationPaneDesigner

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

public const string NavigationPaneDesigner = "ActiproSoftware.Properties.Navigation.Design.Designers.NavigationPaneDesigner"

Inherited Members