Frame label
Description
The text shown for the frame's label.
Discussion
The Frame label property defines text to show at the top of the frame. For a frame with a Frame type of 'Simple', the label is shown center aligned with the frame's border:
In a modern frame, the label is shown in a header above the frame's body:
The Frame label can include HTML. For example, you could use <b> tags to add bold text to the frame's label:
This is the frame <b>label</b>
HTML is often included to add dynamic elements to the frame's label. For an example of dynamically changing the frame's label, see the onOpen function and onClose function properties.