Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / TextBoxStyle Property


In This Topic
TextBoxStyle Property (GcComboBoxCellType)
In This Topic
Gets or sets a TextBoxStyle value that indicates the appearance style of the editor.
Syntax
'Declaration
 
Public Property TextBoxStyle As TextBoxStyle
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As TextBoxStyle
 
instance.TextBoxStyle = value
 
value = instance.TextBoxStyle

Property Value

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