문자열 키로 편집이 시작됨을 알리는 EditingReason클래스의 새 인스턴스를 초기화합니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
public EditingReason( char charKey, bool ime ) |
Visual Basic |
---|
Public Sub New ( _ charKey As Char, _ ime As Boolean _ ) |
Visual C++ |
---|
public: EditingReason( wchar_t charKey, bool ime ) |
Parameters
- charKey
- Type: System..::..Char
문자열 키 정보입니다.
- ime
- Type: System..::..Boolean
문자열 키가 ime키인지에 대한 여부를 설정합니다.