[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.C1InputPanel.IsInputKey

IsInputKey Method

IsInputKey(Control, Keys)

Internal version of IsInputKey that should be called by hosted controls in order to allow the view to handle tab keys, arrows, etc.

Declaration
public override bool IsInputKey(Control ctl, Keys keyData)
Parameters
Type Name Description
Control ctl
Keys keyData
Returns
Type Description
bool

True if the specified key is a regular input key; otherwise, false.

Overrides