bool IsReservedKey( KeyEventArgs e )
'Declaration Function IsReservedKey( _ ByVal e As KeyEventArgs _ ) As Boolean
'Declaration
Function IsReservedKey( _ ByVal e As KeyEventArgs _ ) As Boolean
'Usage Dim instance As IEditor Dim e As KeyEventArgs Dim value As Boolean value = instance.IsReservedKey(e)
'Usage
Dim instance As IEditor Dim e As KeyEventArgs Dim value As Boolean value = instance.IsReservedKey(e)
IEditor Interface IEditor Members