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.

public:
 property System::String ^ BitmapSuffix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("bitmapSuffix")]
public string BitmapSuffix { get; set; }
public string BitmapSuffix { get; set; }
[<System.Configuration.ConfigurationProperty("bitmapSuffix")>]
member this.BitmapSuffix : string with get, set
member this.BitmapSuffix : string with get, set
Public Property BitmapSuffix As String

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