WND_MsgFilter Enumeration
Options for sending windows messages to the Custom Server.
Syntax
'Declaration
 
<System.Runtime.InteropServices.ComVisibleAttribute(False)>
Public Enum WND_MsgFilter 
   Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)]
public enum WND_MsgFilter : System.Enum 
Members
MemberDescription
ALL_MSGSEvery window message intercepted by the container Test Object.
CHILD_MSGSMessages intended for the specific custom object window and its child windows.
WND_MSGSOnly messages intended for the specific custom object window. (default)
Remarks
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.CustomServer.WND_MsgFilter