public virtual void Apply() { if (Created) { TextControl.Apply(_Text); } }
public override void Create(bool active) { base.Create(active); TextControl.Apply(_Text); }