Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / FocusDropDownControlOnOpen Property


In This Topic
    FocusDropDownControlOnOpen Property
    In This Topic
    Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property FocusDropDownControlOnOpen As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.FocusDropDownControlOnOpen = value
     
    value = instance.FocusDropDownControlOnOpen
    public bool FocusDropDownControlOnOpen {get; set;}

    Property Value

    true will make the dropdown listbox got focus; otherwise, false. The default value is true.
    Remarks
    This property only takes effect when IsEditable property is true, when IsEditable is false, dropdown listbox always got focus.
    See Also