Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / ProcessDialogKey Method
Key for the component to process


In This Topic
    ProcessDialogKey Method (FpSpread)
    In This Topic
    Processes the specified dialog key by the component.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ProcessDialogKey( _
       ByVal keyData As Keys _
    ) As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim keyData As Keys
    Dim value As Boolean
     
    value = instance.ProcessDialogKey(keyData)
    protected override bool ProcessDialogKey( 
       Keys keyData
    )

    Parameters

    keyData
    Key for the component to process

    Return Value

    true if the key was processed by the component; false otherwise
    See Also