See Also

ToolbarDialogButton Members  | Dart.PowerWEB.TextBox Namespace

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerWEB TextBox for ASP.NET

ToolbarDialogButton Class

Dart.PowerWEB.TextBox Namespace : ToolbarDialogButton Class

Represents a button that raises a dialog.

For a list of all members of this type, see ToolbarDialogButton members.

Object Model


Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Dart.PowerWEB.TextBox.BaseChildControl
            Dart.PowerWEB.TextBox.BaseToolbarItem
               Dart.PowerWEB.TextBox.BaseToolbarButton
                  Dart.PowerWEB.TextBox.ToolbarDialogButton

Syntax

[Visual Basic]
<PersistChildrenAttribute(Persist=False, UsesCustomPersistence=False)> <ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")> <ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=True)> Public Class ToolbarDialogButton    Inherits BaseToolbarButton
[C#]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)] public class ToolbarDialogButton : BaseToolbarButton
[C++]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)] public __gc class ToolbarDialogButton : public BaseToolbarButton
[C++/CLI]
[PersistChildrenAttribute(Persist=false, UsesCustomPersistence=false)] [ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")] [ParseChildrenAttribute(ChildControlType=System.Web.UI.Control, ChildrenAsProperties=true)] public ref class ToolbarDialogButton : public BaseToolbarButton

Remarks

The ToolbarDialogButton control represents a button that raises a dialog. This may be a non-draggable "panel" (such as with a "font-color" dialog, created by using the ToolbarDialogButtonType.FontColor value) or a fully-interactive, draggable "window" (such as with "insert horizontal rule" created by using the ToolbarDialogButtonType.InsertRule value).

The dialog that appears when the ToolbarDialogButton is clicked is represented by an HtmlBoxDialog, exposed by the ToolbarDialogButton.Dialog property.

A ToolbarDialogButton can be created and used one of two ways:

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

See Also

ToolbarDialogButton Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.