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
)
A new object of this type is created and passed into the event handler of the HtmlBox.ToolbarButtonClick event.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
ToolbarButtonEventArgs Class | ToolbarButtonEventArgs Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.