protected SectionLabel(XFixedText _aFixedText)
{
m_aParentObject = _aFixedText;
// We would like to know, what properties are in this object.
PropertySetHelper aHelper = new PropertySetHelper(_aFixedText);
aHelper.showProperties();
}
public static SectionObject create(XFixedText _aFixedText)
{
SectionLabel a = new SectionLabel(_aFixedText);