ArcFM Solution Developer Guide
PreProcessControlMessage Method (FeatureControl)


Syntax
'Declaration
 
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.Security.Permissions.SecurityPermissionAttribute(SecurityPermissionFlag.UnmanagedCode)>
Public Function PreProcessControlMessage( _
   ByRef msg As System.Windows.Forms.Message _
) As System.Windows.Forms.PreProcessControlState
'Usage
 
Dim instance As FeatureControl
Dim msg As System.Windows.Forms.Message
Dim value As System.Windows.Forms.PreProcessControlState
 
value = instance.PreProcessControlMessage(msg)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.Security.Permissions.SecurityPermission(SecurityPermissionFlag.UnmanagedCode)]
public System.Windows.Forms.PreProcessControlState PreProcessControlMessage( 
   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