Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGallery Class / Text Property


In This Topic
    Text Property (RibbonGallery)
    In This Topic
    Gets or sets the text associated with the gallery.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As RibbonGallery
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also