Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NView Class / DoIsInputKey Method
key data


In This Topic
    DoIsInputKey Method
    In This Topic
    Handles the IsInputKey query
    Syntax
    'Declaration
     
    
    Public Overridable Function DoIsInputKey( _
       ByVal keyData As System.Windows.Forms.Keys _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NView
    Dim keyData As System.Windows.Forms.Keys
    Dim value As System.Boolean
     
    value = instance.DoIsInputKey(keyData)
    public virtual System.bool DoIsInputKey( 
       System.Windows.Forms.Keys keyData
    )

    Parameters

    keyData
    key data

    Return Value

    true if the key is an input key and should be passed to the view without preprocessing, otherwise false
    Remarks
    This implementation delegates the call to the controller
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also