RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryGridComboBoxHost<(Of <(<'TControl>)>)>..::..CanGridProcessKey Method

Determines whether the grid can process the specified key.

Namespace:  RingSoft.DataEntryControls.WPF.DataEntryGrid.EditingControlHost
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public bool CanGridProcessKey(
	Key key
)
Public Function CanGridProcessKey ( _
	key As Key _
) As Boolean
public:
bool^ CanGridProcessKey(
	Key^ key
)

Parameters

key
Type: Key
The key.

Return Value

true if this instance [can grid process key] the specified key; otherwise, false.