NetXP 3.0 Reference

CommandBarButtonItem Constructor (String)

Constructs a new command bar button item with the given text.

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String _
)
[C#]
public CommandBarButtonItem(
   string text
);

Parameters

text
The text of the item.

See Also

CommandBarButtonItem Class | NETXP.Controls.Bars Namespace | CommandBarButtonItem Constructor Overload List