Mercury.QTP.CustomServer Namespace : WND_MsgFilter Enumeration |
'Declaration
<System.Runtime.InteropServices.ComVisibleAttribute(False)> Public Enum WND_MsgFilter Inherits System.Enum
[System.Runtime.InteropServices.ComVisible(false)] public enum WND_MsgFilter : System.Enum
Member | Description |
---|---|
ALL_MSGS | Every window message intercepted by the container Test Object. |
CHILD_MSGS | Messages intended for the specific custom object window and its child windows. |
WND_MSGS | Only messages intended for the specific custom object window. (default) |
System.Object
System.ValueType
System.Enum
Mercury.QTP.CustomServer.WND_MsgFilter