Syntax
| Visual Basic (Declaration) | |
|---|
<DefaultValueAttribute()>
<DevExpressUtilsLocalizedDescriptionAttribute("Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled.")>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property HtmlImages As DevExpress.Utils.ImageCollection |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MainForm
Dim value As DevExpress.Utils.ImageCollection
instance.HtmlImages = value
value = instance.HtmlImages |
| C# | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public DevExpress.Utils.ImageCollection HtmlImages {get; set;} |
| Managed Extensions for C++ | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property DevExpress.Utils.ImageCollection* get_HtmlImages();
public: __property void set_HtmlImages(
DevExpress.Utils.ImageCollection* value
); |
| C++/CLI | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled.")]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property DevExpress.Utils.ImageCollection^ HtmlImages {
DevExpress.Utils.ImageCollection^ get();
void set ( DevExpress.Utils.ImageCollection^ value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also