Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonSplitButton Class / Text Property

In This Topic
    Text Property (RibbonSplitButton)
    In This Topic
    Gets or sets the label used to identify this RibbonSplitButton.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also