Share via


DialogBase.ProcessDialogChar(Char) Method

Definition

Overridden to make sure that only critical exceptions ripple up to the base class. Any exceptions which reach there will result invoke the WinForms unhandled exeption dlg. In Whidbey that menas an IDE crash.

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

Parameters

charCode
Char

Returns

Applies to