DialogBase.ProcessDialogChar(Char) 方法

定义

重写以确保只有严重的异常能够分解到基类。 如果出现任何异常,则会调用 WinForms 未处理的异常 dlg。 Menas IDE 崩溃。

protected:
 override bool ProcessDialogChar(char charCode);
protected override bool ProcessDialogChar (char charCode);
override this.ProcessDialogChar : char -> bool
Protected Overrides Function ProcessDialogChar (charCode As Char) As Boolean

参数

charCode
Char

返回

Boolean

适用于