public override void Draw() { if (Active) { base.Draw(); if (Caption != null) { Caption.Draw(); } } if (Property != null) { Property.Draw(); } }