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