Spread Windows Forms 6.0 Product Documentation
IsReservedKey Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BarCodeCellType Class : IsReservedKey Method


e
Key the user pressed and whether any modifier keys (CTRL, ALT, and SHIFT) are pressed at the same time

Glossary Item Box

Determines whether the specified key has special meaning to the editor control.

Syntax

Visual Basic (Declaration) 
Public Overrides Function IsReservedKey( _
   ByVal e As KeyEventArgs _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BarCodeCellType
Dim e As KeyEventArgs
Dim value As Boolean
 
value = instance.IsReservedKey(e)
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.