CTL_MsgFilter Enumeration
UFT One 2022 and later: Following the discontinuance of the Silverlight development framework, UFT One 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.
Visual Basic (Declaration) | |
---|---|
Public Enum CTL_MsgFilter Inherits Enum |
C# | |
---|---|
public enum CTL_MsgFilter : Enum |
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