Event XbpTabPage():tabActivate Foundation

The tab of the XbpTabPage object has been activated.

Syntax
:tabActivate := {| uNIL1, uNIL2, self | ... }
:tabActivate () --> self
xbeTab_TabActivate (1048896)
Return

This method returns the object executing the method (self).

Description

The xbeTab_TabActivate event is generated when the left mouse button is clicked on the tab of the XbpTabPage object. The callback method :tabActivate() is executed followed by the callback code block contained in the :tabActivate instance variable.

The callback method in the XbpTabPage class does not execute any code but is provided for user defined subclasses that use a callback method instead of a callback code block. If an object of the XbpTabPage class is used (rather than an object of a subclass), the code block contained in the :tabActivate callback slot must call the :maximize()method in order to bring the page to the foreground and make it visible.

Feedback

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.