See Also

HtmlBoxMenuItem Class  | HtmlBoxMenuItem 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

Dialog Property

Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItem Class : Dialog Property (HtmlBoxMenuItem)

Gets or sets the HtmlBoxDialog to launch when this item is chosen.

[Visual Basic]
<DesignerSerializationVisibilityAttribute()> Public Property Dialog As HtmlBoxDialog
[C#]
[DesignerSerializationVisibilityAttribute()] public HtmlBoxDialog Dialog {get; set;}
[C++]
[DesignerSerializationVisibilityAttribute()] public: __property HtmlBoxDialog* get_Dialog(); public: __property void set_Dialog(    HtmlBoxDialog* value );
[C++/CLI]
[DesignerSerializationVisibilityAttribute()] public: property HtmlBoxDialog^ Dialog {    HtmlBoxDialog^ get();    void set (HtmlBoxDialog^ value); }

Return Type

An HtmlBoxDialog object representing the dialog to launch when this item is chosen.

Remarks

This property must be set to a already created and initialized HtmlBoxDialog object if you want a dialog to launch when the item is chosen. If you wish to simply call a JavaScript function when the item is chosen, use the HtmlBoxMenuItem.OnClickFunctionName property.

Requirements

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

See Also

HtmlBoxMenuItem Class  | HtmlBoxMenuItem Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.