ArcFM Solution Developer Guide
ProcessCmdKey Method (Wizard)


Syntax
'Declaration
 
Protected Overrides Function ProcessCmdKey( _
   ByRef msg As System.Windows.Forms.Message, _
   ByVal keyData As System.Windows.Forms.Keys _
) As System.Boolean
'Usage
 
Dim instance As Wizard
Dim msg As System.Windows.Forms.Message
Dim keyData As System.Windows.Forms.Keys
Dim value As System.Boolean
 
value = instance.ProcessCmdKey(msg, keyData)
protected override 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

Wizard Class
Wizard Members

 

 


Send Comment