Spread Windows Forms 12.0 Product Documentation
IsReservedKey Method (BarCodeCellType)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BarCodeCellType Class : IsReservedKey Method
Key the user pressed and whether any modifier keys (Ctrl, Alt, and Shift) are pressed at the same time
Determines whether the specified key has special meaning to the editor control.
Syntax
'Declaration
 
Public Overrides Function IsReservedKey( _
   ByVal e As KeyEventArgs _
) As Boolean
'Usage
 
Dim instance As BarCodeCellType
Dim e As KeyEventArgs
Dim value As Boolean
 
value = instance.IsReservedKey(e)
public override bool IsReservedKey( 
   KeyEventArgs e
)

Parameters

e
Key the user pressed and whether any modifier keys (Ctrl, Alt, and Shift) are pressed at the same time
See Also

Reference

BarCodeCellType Class
BarCodeCellType Members