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.

Syntax

Visual Basic (Declaration)
Public Enum CTL_MsgFilter 
   Inherits Enum
C#
public enum CTL_MsgFilter : Enum  

Members

MemberDescription
CTL_MSGSOnly 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_MSGSEvery Windows message intended for a control in the application.
CHILD_MSGSMessages intended for the specific custom control or its child controls.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Mercury.QTP.Slv.CustomServer.CTL_MsgFilter

See Also