/// <summary> /// Renders the control using specified skin. /// </summary> /// <param name="skin">Skin to use.</param> protected override void Render(Skin.SkinBase skin) { if (ShouldDrawBackground) { skin.DrawTreeControl(this); } }