Syntax
| Visual Basic (Declaration) | |
|---|
<DefaultValueAttribute()>
<DevExpressUtilsLocalizedDescriptionAttribute("Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DevExpress.XtraEditors.DXCategoryAttribute("Appearance")>
Public Property HtmlText As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MainForm
Dim value As String
instance.HtmlText = value
value = instance.HtmlText |
| C# | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied.")]
[RefreshProperties(RefreshProperties.All)]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public string HtmlText {get; set;} |
| Managed Extensions for C++ | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied.")]
[RefreshProperties(RefreshProperties.All)]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public: __property string* get_HtmlText();
public: __property void set_HtmlText(
string* value
); |
| C++/CLI | |
|---|
[DefaultValue()]
[DevExpressUtilsLocalizedDescription("Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied.")]
[RefreshProperties(RefreshProperties.All)]
[DevExpress.XtraEditors.DXCategory("Appearance")]
public:
property String^ HtmlText {
String^ get();
void set ( String^ value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also