Wimark.Controls Class Library  

ButtonListEventArgs.Button Property

Gets the ButtonListItem object where the SelectedIndexChanged, ButtonClick or ButtonDoubleClick event was initiated.

[Visual Basic]
Public ReadOnly Property Button As ButtonListItem 
[C#]
public ButtonListItem Button {get;}
[C++]
public: __property ButtonListItem* get_Button();

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ButtonListEventArgs Class | ButtonListEventArgs Members | Wimark.Controls Namespace | ButtonListItem