VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.WinForms Namespace / WinFormsScrollableControl Class / IsInputKey(Keys) Method
Syntax Requirements SeeAlso
In This Topic
    IsInputKey(Keys) Method (WinFormsScrollableControl)
    In This Topic
    Determines whether the specified key is a regular input key or a special key that requires preprocessing.
    Syntax
    'Declaration
    
    Protected Overrides Function IsInputKey( _
    ByVal keyData
    One of the System.Windows.Forms.Keys values.
    As System.Windows.Forms.Keys _
    ) As Boolean
    protected override bool IsInputKey(
    System.Windows.Forms.Keys keyData
    )
    protected: bool IsInputKey(
    System.Windows.Forms.Keys* keyData
    ); override
    protected:
    bool IsInputKey(
    System.Windows.Forms.Keys^ keyData
    ); override

    Parameters

    keyData
    One of the System.Windows.Forms.Keys values.

    Return Value

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

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also