Ejemplo n.º 1
0
        public override void ApplyStyle(GUIComponentStyle style)
        {
            base.ApplyStyle(style);

            if (frame != null)
            {
                frame.ApplyStyle(style);
            }
            if (textBlock != null)
            {
                textBlock.ApplyStyle(style);
            }
        }