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

See Also Languages PowerWEB TextBox for ASP.NET

Button Property

Dart.PowerWEB.TextBox Namespace > ToolbarButtonEventArgs Class : Button Property

Gets the ToolbarButton object responsible for this event.

[Visual Basic]
Public ReadOnly Property Button As ToolbarButton
[C#]
public ToolbarButton Button {get;}
[C++]
public: __property ToolbarButton* get_Button();
[C++/CLI]
public: property ToolbarButton^ Button {    ToolbarButton^ get(); }

Remarks

Check this property to see which button raised the postback and take action accordingly.

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.