ComponentOne Input for WinForms
Text Property (DropDownItem)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DropDownItem Class : Text Property
Gets or sets the text associated with the component.
Syntax
'Declaration
 
Public Property Text As System.String
public System.string Text {get; set;}
Remarks
For C1SplitButton, a separator can be added to the drop-down menu by setting the Text property to "-". Please ensure that this item should have no child items.
See Also

Reference

DropDownItem Class
DropDownItem Members