Method XbpIcon():configure() Foundation
Reconfigures the XbpIcon object after :create() has been executed.
:configure() --> self
This method returns the object executing the method (self).
The :configure() method is used to configure or reset settings of an Xbase Part. However, an icon object has no configurable settings that require calling method :configure(). In the XbpIcon class, this method exists for compatibility reasons only. Executing :configure() is equivalent to calling the method :destroy() followed by :create().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.