Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / IsInputKey Method


In This Topic
    IsInputKey Method (FpButton)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Function IsInputKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpButton
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.IsInputKey(keyData)
    protected override bool IsInputKey( 
       Keys keyData
    )

    Parameters

    keyData
    See Also