ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItem Class / Text Property

In This Topic
    Text Property (DropDownItem)
    In This Topic
    Gets or sets the text associated with the component.
    Syntax
    'Declaration
     
    Public Property Text As String
    public 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