SystemDrawingSection::BitmapSuffix Property
.NET Framework (current version)
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.
Assembly: System.Drawing (in System.Drawing.dll)
public: [ConfigurationPropertyAttribute("bitmapSuffix")] property String^ BitmapSuffix { String^ get(); void set(String^ value); }
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".
.NET Framework
Available since 4.5
Available since 4.5
Show: