Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / IsInputKey Method

In This Topic
    IsInputKey Method (ViewportLayoutBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    protected virtual bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also