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

In This Topic
    Text Property (RibbonControlHost)
    In This Topic
    Gets or sets the text associated with the hosted control.
    Syntax
    'Declaration
     
    
    Public Overridable Property Text As String
    public virtual string Text {get; set;}
    See Also