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

    Property Value

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