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


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