CommandBarItem Constructor (String, EventHandler)
Constructs a command bar item with specified text and Click event handler.
[Visual Basic]Overloads Public Sub New( _
ByVal
text As
String, _
ByVal
onClick As
EventHandler _
)
Parameters
- text
- Text to display.
- onClick
- Click event handler.
See Also
CommandBarItem Class | NETXP.Controls.Bars Namespace | CommandBarItem Constructor Overload List