'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 WorkbookDesigner 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