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
- keyData
Type: System.Windows.Forms.Keys
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace