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


In This Topic
UseCompatibleDrawing Property (GcComboBoxCellType)
In This Topic
Gets or sets whether GcComboBox uses compatible drawing when DropDownStyle is System.Windows.Forms.ComboBoxStyle.DropDownList.
Syntax
'Declaration
 
Public Property UseCompatibleDrawing As Boolean
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Boolean
 
instance.UseCompatibleDrawing = value
 
value = instance.UseCompatibleDrawing

Property Value

true if GcComboBox uses compatible drawing; otherwise, false.
See Also