Dart.PowerWEB.TextBox Namespace > HtmlBoxUpload Class : Caption Property (HtmlBoxUpload) |
Gets or sets the text that is displayed as the dialog caption.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property Caption As String
[C#]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public string Caption {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property string* get_Caption();
public: __property void set_Caption(
string* value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
[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
HtmlBoxUpload Class | HtmlBoxUpload Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.