IsGroupletAsLink property: Field class
Description
Use the IsGroupletAsLink property to set or return a boolean value indicating whether the ARIA (Accessible Rich Internet Applications) role for this group box is as a link. The default ARIA role for a group box is as a button.
This property is read/write.
Example
/* Set role as link instead of button */
&rec.GROUPBOX.IsGroupletAsLink = True;
Related Topics