See Also

ToolbarDialogButton Class  | ToolbarDialogButton 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 > ToolbarDialogButton Class : Dialog Property (ToolbarDialogButton)

Returns the HtmlBoxDialog associated with this ToolbarDialogButton.

[Visual Basic]
<DesignerSerializationVisibilityAttribute()> <NotifyParentPropertyAttribute(True)> <DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")> Public ReadOnly Property Dialog As HtmlBoxDialog
[C#]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")] public HtmlBoxDialog Dialog {get;}
[C++]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")] public: __property HtmlBoxDialog* get_Dialog();
[C++/CLI]
[DesignerSerializationVisibilityAttribute()] [NotifyParentPropertyAttribute(true)] [DescriptionAttribute("Gets the Dialog object representing the dialog that will be launched when the button is clicked.")] public: property HtmlBoxDialog^ Dialog {    HtmlBoxDialog^ get(); }

Return Type

The HtmlBoxDialog associated with the ToolbarDialogButton.

Remarks

This property returns the HtmlBoxDialog representing the dialog that appears when the ToolbarDialogButton is clicked. For all predefined ToolbarDialogButtons (all ToolbarDialogButtonType values except for ToolbarDialogButtonType.Custom) this property will be properly initialized. For ToolbarDialogButtonType.Custom, create the dialog content by setting the HtmlBoxDialog.Text property.

Requirements

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

See Also

ToolbarDialogButton Class  | ToolbarDialogButton Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.