셀편집을 할 수 있는 키인지 확인합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
bool KeyTest( Keys key ) |
Visual Basic |
---|
Function KeyTest ( _ key As Keys _ ) As Boolean |
Visual C++ |
---|
bool KeyTest( Keys key ) |
Parameters
- key
- Type: System.Windows.Forms..::..Keys
키 이벤트로 발생한 키 값입니다.