SystemDrawingSection.BitmapSuffix Property

Definition

Gets or sets the suffix to append to a file name indicated by a ToolboxBitmapAttribute when an assembly is declared with a BitmapSuffixInSameAssemblyAttribute or a BitmapSuffixInSatelliteAssemblyAttribute.

C#
[System.Configuration.ConfigurationProperty("bitmapSuffix")]
public string BitmapSuffix { get; set; }
C#
public string BitmapSuffix { get; set; }

Property Value

The bitmap suffix.

Attributes

Remarks

The bitmap suffix is appended to the file name before the extension. For example, with a bitmap suffix of ".test.1.0", a ToolboxBitmapAttribute reference to "my.bmp" is interpreted as "my.test.1.0.bmp".

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10