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


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

Property Value

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