Property of ILabelInfo
Style container list
Read-Only Property of type IStyles
var pStyles = LabelInfo.Containers;
==== Visual Basic Script ====
pStyles = LabelInfo.Containers
==== C++ ====
CComPtr<IStyles> pStyles; HRESULT hr = LabelInfo.get_Containers(&pStyles);
===== See Also ===== ILabelInfo