See Also

HtmlBoxDialog Class  | HtmlBoxDialog Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

Caption Property

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); }

Return Type

A string representing the text that is displayed as the dialog caption.

Remarks

This property is only used when the HtmlBoxDialog.Type = DialogType.InnerWindowWithTitlebar.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxDialog Class  | HtmlBoxDialog Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.