Exemple #1
0
 public override void CreateIValue(object value, Type fallbackType)
 {
     IValue       = InteractiveValue.Create(value, fallbackType, true);
     IValue.Owner = this;
     IValue.m_mainContentParent = this.m_rightGroup;
     IValue.m_subContentParent  = this.m_subContent;
 }
 public override void CreateIValue(object value, Type fallbackType)
 {
     IValue       = InteractiveValue.Create(value, fallbackType);
     IValue.Owner = this;
     if (m_rowObj)
     {
         IValue.m_mainContentParent = m_rowObj;
     }
 }