Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / TextBoxStyle Property


In This Topic
    TextBoxStyle Property (GcComboBox)
    In This Topic
    Gets or sets a TextBoxStyle value indicates the appearance style of the Editor.
    Syntax
    'Declaration
     
    
    Public Property TextBoxStyle As TextBoxStyle
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As TextBoxStyle
     
    instance.TextBoxStyle = value
     
    value = instance.TextBoxStyle
    public TextBoxStyle TextBoxStyle {get; set;}

    Property Value

    A TextBoxStyle value.
    The default is TextBoxStyle.TextOnly.
    Remarks
    The property determines only text, only image or both can be displayed in the edit area of this GcComboBox control.
    See Also