PropertyGrid::ProcessDialogKey Method (Keys)

 
Use BaseTrue

Processes a dialog key.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
[UIPermissionAttribute(SecurityAction::LinkDemand, Window = UIPermissionWindow::AllWindows)]
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = "FullTrust")]
virtual bool ProcessDialogKey(
	Keys keyData
) override

Parameters

keyData
Type: System.Windows.Forms::Keys

Specifies key codes and modifiers.

Return Value

Type: System::Boolean

true if the key was processed by the control; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: