The <controlList> element is a child of the <component> element and lists the control blocks available for this component.
Name |
How Many? |
Description |
control |
1 or more |
A control block. |
By default, a derived component inherits the accessible <controlList> element contents of its base component. When a derived component declares a <controlList>, its contents are effectively merged with those of the base component. The derived component may declare new <control> elements and override inherited ones, but may not remove elements declared by the base component.