NativeDelegate.ParentControl

Syntax

ParentControl: PP.Ui.Control;

Description

The ParentControl property determines the control, for which event a handler is set.

Comments

Use JSON or the setParentControl method to set the property value and the getParentControl method to get the property value.

Example

The example of use is given on the page with description of the NativeDelegate constructor.

See also:

NativeDelegate