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

DataEntryGridEditingControlHostBase..::..CanGridProcessKey Method

Determines whether this instance [can grid process key] the specified key.

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

Syntax


public virtual bool CanGridProcessKey(
	Key key
)
Public Overridable Function CanGridProcessKey ( _
	key As Key _
) As Boolean
public:
virtual 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.