Indicates that the class supports aggregation.
Coclass.
Indicates that the members of the class can be aggregated.
TYPEFLAG_FAGGREGATABLE
[ uuid(1e196b20-1f3c-1069-996b-00dd010fe676),
aggregatable
]
coclass Form
{
[default] interface IForm;
[default, source] interface IFormEvents;
}