GrapeCity MultiRow Windows Forms Documentation
ProcessDialogKey Method


One of the System.Windows.Forms.Keys values that represents the key to process.
Processes a dialog box key.
Syntax
<UIPermissionAttribute(Window=UIPermissionWindow.SafeSubWindows Or  _
    UIPermissionWindow.SafeTopLevelWindows Or  _
    UIPermissionWindow.AllWindows, 
   Clipboard=UIPermissionClipboard.NoClipboard, 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Deny Or  _
    SecurityAction.LinkDemand, 
   Unrestricted=False)>
Protected Overrides Function ProcessDialogKey( _
   ByVal keyData As Keys _
) As Boolean
Dim instance As HeaderDropDownContextMenu
Dim keyData As Keys
Dim value As Boolean
 
value = instance.ProcessDialogKey(keyData)
[UIPermission(Window=UIPermissionWindow.SafeSubWindows | 
    UIPermissionWindow.SafeTopLevelWindows | 
    UIPermissionWindow.AllWindows, 
   Clipboard=UIPermissionClipboard.NoClipboard, 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=false)]
protected override bool ProcessDialogKey( 
   Keys keyData
)

Parameters

keyData
One of the System.Windows.Forms.Keys values that represents the key to process.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HeaderDropDownContextMenu Class
HeaderDropDownContextMenu Members

 

 


Copyright © GrapeCity, inc. All rights reserved.