SystemDrawingSection.BitmapSuffix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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".