ArcFM Solution Developer Guide
PreProcessMessage Method (FeatureControl)


Syntax
'Declaration
 
<System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
Public Overridable Function PreProcessMessage( _
   ByRef msg As System.Windows.Forms.Message _
) As System.Boolean
'Usage
 
Dim instance As FeatureControl
Dim msg As System.Windows.Forms.Message
Dim value As System.Boolean
 
value = instance.PreProcessMessage(msg)
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
public virtual System.bool PreProcessMessage( 
   ref System.Windows.Forms.Message msg
)

Parameters

msg
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