Spread Windows Forms 12.0 Product Documentation
UseCompatibleDrawing Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : UseCompatibleDrawing Property
Gets or sets whether GcComboBox uses compatible drawing when GcComboBox.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
public bool UseCompatibleDrawing {get; set;}

Property Value

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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members