IComponentDetector Interface
Implement this interface to indicate which contained controls should not be learned by OpenText Functional Testing.
| Visual Basic (Declaration) |
|---|
Public Interface IComponentDetector |
| C# |
|---|
public interface IComponentDetector |
| Type | Name | Description |
|---|---|---|
![]() | IsKnownPartOf | Returns true if the child control is an integral part of the parent control, and should not be treated as a separate control. |


