TdxCustomColorDialog.OnShow Event
In This Article
Enables you to respond to display of the color editor dialog window.
#Declaration
Delphi
property OnShow: TNotifyEvent read; write;
#Remarks
The Sender parameter specifies the color editor dialog.
Handle this event to respond to display of the color editor dialog window.
See Also