[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.ProcessDialogKey

ProcessDialogKey Method

ProcessDialogKey(Keys)

Processes the specified dialog key by the component.

Declaration
protected override bool ProcessDialogKey(Keys keyData)
Protected Overrides Function ProcessDialogKey(keyData As Keys) As Boolean
Parameters
Type Name Description
Keys keyData

Key for the component to process

Returns
Type Description
bool

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

Overrides