DialogBase.ProcessDialogChar(Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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