Return true if that key should open the combo box. Override to handle you own keyboard selection strategy.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
protected virtual bool IsOpenKey(
	Key key
)
Visual Basic
Protected Overridable Function IsOpenKey ( _
	key As Key _
) As Boolean

Parameters

key
Type: System.Windows.Input..::..Key
The key that was pressed.

Return Value

True if the key pressed should open the combo box.

See Also