CommandBarLabelItem Constructor (String)
Constructs a new label item with the given text.
[Visual Basic]Overloads Public Sub New( _
ByVal
text As
String _
)
[C#]public CommandBarLabelItem(
string text);
Parameters
- text
- The text.
See Also
CommandBarLabelItem Class | NETXP.Controls.Bars Namespace | CommandBarLabelItem Constructor Overload List