Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / IsOpenKey Method
The key that was pressed.

In This Topic
    IsOpenKey Method (C1ComboBox)
    In This Topic
    Return true if that key should open the combo box. Override to handle you own keyboard selection strategy.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsOpenKey( _
       ByVal key As Key _
    ) As Boolean
    protected virtual bool IsOpenKey( 
       Key key
    )

    Parameters

    key
    The key that was pressed.

    Return Value

    True if the key pressed should open the combo box.
    See Also