Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / StartMenuForm Class / OperateAccessKey Method
The System.Windows.Forms.KeyEventArgs instance containing the event data.


In This Topic
OperateAccessKey Method
In This Topic
Operates the access key.
Syntax
'Declaration
 
Public Function OperateAccessKey( _
   ByVal e As KeyEventArgs _
) As Boolean
 
'Usage
 
Dim instance As StartMenuForm
Dim e As KeyEventArgs
Dim value As Boolean
 
value = instance.OperateAccessKey(e)

Parameters

e
The System.Windows.Forms.KeyEventArgs instance containing the event data.
See Also