See Also

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

button
The ToolbarButton instance responsible for raising the event.
See Also Languages PowerWEB TextBox for ASP.NET

ToolbarButtonEventArgs Constructor

Dart.PowerWEB.TextBox Namespace > ToolbarButtonEventArgs Class : ToolbarButtonEventArgs Constructor (ToolbarButtonEventArgs)

Creates a new instance of ToolbarButtonEventArgs.

[Visual Basic]
Public Function New( _    ByVal button As ToolbarButton _ )
[C#]
public ToolbarButtonEventArgs(    ToolbarButton button );
[C++]
public: ToolbarButtonEventArgs(    ToolbarButton* button )
[C++/CLI]
public: ToolbarButtonEventArgs(    ToolbarButton^ button )

Parameters

button
The ToolbarButton instance responsible for raising the event.

Remarks

A new object of this type is created and passed into the event handler of the HtmlBox.ToolbarButtonClick event.

Requirements

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

See Also

ToolbarButtonEventArgs Class  | ToolbarButtonEventArgs Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.