Skip to main content

TdxCustomDockControlProperties.PopupMenu Property

Specifies the default value of the PopupMenu property of dynamically created dock controls.

Declaration

property PopupMenu: TPopupMenu read; write;

Property Value

Type
TPopupMenu

Remarks

Use the PopupMenu property to set the default value for the PopupMenu property of dock controls created dynamically. Please refer to the dock control’s PopupMenu property description for details on the functionality it provides.

See Also