Share via


HtmlControl.IsInputKey Method

Indicates if the specified key is input key.

Adds enter, home, end, pg-up, pg-dn, navigations keys to base set Has side effect of marking selection state as busy when supplied an input key as HTML control does not expose standard input events for some keys (such as navigation).

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)

Syntax

'Declaration
Protected Overrides Function IsInputKey ( _
    keyData As Keys _
) As Boolean
protected override bool IsInputKey(
    Keys keyData
)
protected:
virtual bool IsInputKey(
    Keys keyData
) override
abstract IsInputKey : 
        keyData:Keys -> bool  
override IsInputKey : 
        keyData:Keys -> bool
protected override function IsInputKey(
    keyData : Keys
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace