예제 #1
0
        protected override AppearanceClass UpdateAppearance()
        {
            AppearanceClass app = base.UpdateAppearance();

            if (app != null)
            {
                ParentNotePanel.BackColor = app.mainBackground;
                Table.SetupColors(app.captionBackground, app.captionForeground, app.mainBackground, app.secondaryForeground, app.captionFont);
            }
            return(app);
        }