Declaration
procedure Reset(UpdateImage: Boolean = True);
Description
Resets the component state to the default and resets the image.
Typically this is used for the click effect of a "Cancel" button.
// Code for the "Cancel" button
IEEditControls1.Reset();
See Also
◼Update◼UpdatePreview