HTML_ExpandableSectionHeader Class
This class represents a web page's HTML expandable section header element. (Expandable sections are sometimes called "accordions" or "toolboxes".) The class provides some useful properties and inherits the HTML_Object Class. See also, the toggleExpandable(objectOrName) function and Expandable Section Header Support.
Boolean HTML_ExpandableSectionHeader.isEnabled
This read–write property holds whether the expandable section is enabled.
Boolean HTML_ExpandableSectionHeader.isExpanded
This read–write property holds whether the expandable section is expanded.
String HTML_ExpandableSectionHeader.title
This read–write property holds the expandable section's title text.
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.