ArcFM Responder Mobile Developer Guide
OnKeyPress Method (IMMObjectEditorEvents)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(11)>
<System.Runtime.InteropServices.PreserveSigAttribute()>
Sub OnKeyPress( _
   ByRef Key As System.Short _
) 
'Usage
 
Dim instance As IMMObjectEditorEvents
Dim Key As System.Short
 
instance.OnKeyPress(Key)
[System.Runtime.InteropServices.DispId(11)]
[System.Runtime.InteropServices.PreserveSig()]
void OnKeyPress( 
   out System.short Key
)
procedure OnKeyPress( 
   Out  Key: System.Int16
); 
System.Runtime.InteropServices.DispIdAttribute(11)
System.Runtime.InteropServices.PreserveSigAttribute()
function OnKeyPress( 
   Key : System.short
);
[System.Runtime.InteropServices.DispId(11)]
[System.Runtime.InteropServices.PreserveSig()]
void OnKeyPress( 
   [PARAMFLAG::Out] System.short Key
) 
[System.Runtime.InteropServices.DispId(11)]
[System.Runtime.InteropServices.PreserveSig()]
void OnKeyPress( 
   [Out] System.short Key
) 

Parameters

Key
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

IMMObjectEditorEvents Interface
IMMObjectEditorEvents Members

Send Feedback