'Declaration
Public Overridable Function IsReservedKey( _ ByVal e As KeyEventArgs _ ) As Boolean
'Usage
Dim instance As GcComboBoxCellType Dim e As KeyEventArgs Dim value As Boolean value = instance.IsReservedKey(e)
public virtual 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