ProcessDialogKey Method (FpSpread)
In This Topic
Processes the specified dialog key by the component.
Syntax
'Declaration
Protected Overrides Function ProcessDialogKey( _
ByVal 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
)
Parameters
- keyData
- Key for the component to process
Return Value
true if the key was processed by the component; false otherwise
See Also