Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : Caption Property (HtmlBoxDialog) |
Gets or sets the text that is displayed as the dialog caption.
[Visual Basic]
<DescriptionAttribute("Gets or sets the caption that is displayed if the DialogType is InternalWindowWithTitlebar")>
<DefaultValueAttribute()>
Public Property Caption As String
[C#]
[DescriptionAttribute("Gets or sets the caption that is displayed if the DialogType is InternalWindowWithTitlebar")]
[DefaultValueAttribute()]
public string Caption {get; set;}
[C++]
[DescriptionAttribute("Gets or sets the caption that is displayed if the DialogType is InternalWindowWithTitlebar")]
[DefaultValueAttribute()]
public: __property string* get_Caption();
public: __property void set_Caption(
string* value
);
[C++/CLI]
[DescriptionAttribute("Gets or sets the caption that is displayed if the DialogType is InternalWindowWithTitlebar")]
[DefaultValueAttribute()]
public:
property String^ Caption {
String^ get();
void set (String^ value);
}
A string representing the text that is displayed as the dialog caption.
This property is only used when the HtmlBoxDialog.Type = DialogType.InnerWindowWithTitlebar.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.