[]
Determines whether to process the dialog character.
protected override bool ProcessDialogChar(char charCode)
Protected Overrides Function ProcessDialogChar(charCode As Char) As Boolean
Type | Name | Description |
---|---|---|
char | charCode | Character code |
Type | Description |
---|---|
bool | Returns true if read processed;otherwise, false. |