ArcFM Solution Developer Guide
ProcessCmdKey Method (FeatureControl)


Syntax
'Declaration
 
<System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
Protected Overridable Function ProcessCmdKey( _
   ByRef msg As System.Windows.Forms.Message, _
   ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
'Usage
 
Dim instance As FeatureControl
Dim msg As System.Windows.Forms.Message
Dim keyData As System.Windows.Forms.Keys
Dim value As System.Boolean
 
value = instance.ProcessCmdKey(msg, keyData)
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
protected virtual System.bool ProcessCmdKey( 
   ref System.Windows.Forms.Message msg,
   System.Windows.Forms.Keys keyData
)

Parameters

msg
keyData
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureControl Class
FeatureControl Members

 

 


Send Comment