Spread Windows Forms 17
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
    public bool UseCompatibleDrawing {get; set;}

    Property Value

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