Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / TextFormat Property


In This Topic
    TextFormat Property (GcComboBox)
    In This Topic
    Gets or sets a format string used to customize text.
    Syntax
    'Declaration
     
    
    Public Property TextFormat As String
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As String
     
    instance.TextFormat = value
     
    value = instance.TextFormat
    public string TextFormat {get; set;}

    Property Value

    A System.String value indicates a format string used to customize text.
    Exceptions
    ExceptionDescription
    The value isn't a valid TextFormat.
    Remarks
    This property can customize a format to display the Text of this control.
    See Also