TcxCustomImageProperties.OnCustomClick Event
In This Article
Occurs when a user clicks an additional popup menu item.
#Declaration
Delphi
property OnCustomClick: TNotifyEvent read; write;
#Remarks
Write an OnCustomClick event handler to respond when a user clicks an additional popup menu item. This handler can perform custom actions specific to the image editor.
See Also