public interface ISetParent
Modifier and Type | Method and Description |
---|---|
void |
setParent(ProxyTestObject parent)
For controls that do not have direct ties to the parent object the tie needs
to be explicitly defined.
|
void setParent(ProxyTestObject parent)
parent
- The parent proxy.