In This Article

DesignerTypeNames.AssemblyQualified Class

The AssemblyQualifiedName of types defined in the shared designer assembly.

public static class DesignerTypeNames.AssemblyQualified
Inheritance:
object object

Fields

BackgroundFillEditor

The AssemblyQualifiedName of the type used as an editor for BackgroundFill.

public const string BackgroundFillEditor = "ActiproSoftware.Properties.Shared.Design.Editors.BackgroundFillEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

BorderEditor

The AssemblyQualifiedName of the type used as an editor for Border.

public const string BorderEditor = "ActiproSoftware.Properties.Shared.Design.Editors.BorderEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

FlagEnumEditor

The AssemblyQualifiedName of the type used as an editor for Enum when used as flags.

public const string FlagEnumEditor = "ActiproSoftware.Properties.Shared.Design.Editors.FlagEnumEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

ImageEditor

The AssemblyQualifiedName of the type used as an editor for Image.

public const string ImageEditor = "ActiproSoftware.Properties.Shared.Design.Editors.ImageEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

ImageIndexEditor

The AssemblyQualifiedName of the type used as an editor for the index of a Image in a ImageList.

public const string ImageIndexEditor = "ActiproSoftware.Properties.Shared.Design.Editors.ImageIndexEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

SimpleBorderStyleEditor

The AssemblyQualifiedName of the type used as an editor for SimpleBorderStyle.

public const string SimpleBorderStyleEditor = "ActiproSoftware.Properties.Shared.Design.Editors.SimpleBorderStyleEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

TwoColorLinearGradientStyleEditor

The AssemblyQualifiedName of the type used as an editor for TwoColorLinearGradientStyle.

public const string TwoColorLinearGradientStyleEditor = "ActiproSoftware.Properties.Shared.Design.Editors.TwoColorLinearGradientStyleEditor, ActiproSoftware.Shared.WinForms.DesignTools.Server, Version=26.1.0.0, Culture=neutral, PublicKeyToken=c27e062d3c1a4763"

Inherited Members