Skip to main content

TdxBarPopupMenuLink.ProcessChildren Property

Specifies whether the popup menu of the current control is associated with its child controls.

Declaration

property ProcessChildren: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the ProcessChildren property to True, to associate the popup menu of the current control with its child controls. This enables a control that doesn’t have a corresponding popup menu to display the popup menu of one of its parent controls. Otherwise, a parent control’s popup menu won’t be displayed for child controls.

The default value of the ProcessChildren property is True.

See Also