CTL_MsgFilter Enumeration
OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.
If you need to use and extend the Silverlight Add-in, contact OpenText Support.
Options for sending Windows messages to the custom server.
| Member | Description |
|---|---|
| CTL_MSGS | Only messages intended for the specific custom control, or for its children that are considered an integral part of it (i.e. children for which the IsKnownPartOf method returns true). |
| ALL_MSGS | Every Windows message intended for a control in the application. |
| CHILD_MSGS | Messages intended for the specific custom control or its child controls. |
System.Object
System.ValueType
System.Enum
Mercury.QTP.Slv.CustomServer.CTL_MsgFilter

