[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.TextBoxStyle

TextBoxStyle Property

TextBoxStyle

Gets or sets a TextBoxStyle value that indicates the appearance style of the editor.

Declaration
[Browsable(true)]
public TextBoxStyle TextBoxStyle { get; set; }
<Browsable(True)>
Public Property TextBoxStyle As TextBoxStyle
Property Value
Type Description
TextBoxStyle

A TextBoxStyle value.
The default is TextOnly.

Remarks

The property determines whether only text, only an image, or both can be displayed in the edit area of GrapeCity.Win.Spread.InputMan.CellType.GcComboBox.

See Also
TextFormat