In This Article

DesignerTypeNames Class

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

public static class DesignerTypeNames
Inheritance:
object object

Remarks

For internal use only.

Fields

BackgroundFillEditor

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

public const string BackgroundFillEditor = "ActiproSoftware.Properties.Shared.Design.Editors.BackgroundFillEditor"

BorderEditor

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

public const string BorderEditor = "ActiproSoftware.Properties.Shared.Design.Editors.BorderEditor"

FlagEnumEditor

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

public const string FlagEnumEditor = "ActiproSoftware.Properties.Shared.Design.Editors.FlagEnumEditor"

ImageEditor

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

public const string ImageEditor = "ActiproSoftware.Properties.Shared.Design.Editors.ImageEditor"

ImageIndexEditor

The FullName 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"

SimpleBorderStyleEditor

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

public const string SimpleBorderStyleEditor = "ActiproSoftware.Properties.Shared.Design.Editors.SimpleBorderStyleEditor"

TwoColorLinearGradientStyleEditor

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

public const string TwoColorLinearGradientStyleEditor = "ActiproSoftware.Properties.Shared.Design.Editors.TwoColorLinearGradientStyleEditor"

Inherited Members