TdxRibbonColorGalleryItem.DoClick Method
Generates the OnClick event.
Declaration
procedure DoClick; override;
Remarks
This procedure, in conjunction with the OnClick event handler, is particularly useful if you need to emulate a specific end-user action in response to a certain condition. Calling the DoClick procedure has no effect if no OnClick event handler is assigned.
See Also