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

DateEditControl..::..ProcessKey Method

Processes the key.

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

Syntax


protected bool ProcessKey(
	Key key
)
Protected Function ProcessKey ( _
	key As Key _
) As Boolean
protected:
bool^ ProcessKey(
	Key^ key
)

Parameters

key
Type: Key
The key.

Return Value

true if XXXX, false otherwise.