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();
}
Check this property to see which button raised the postback and take action accordingly.
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.