Beispiel #1
0
        /// <summary>
        /// Set default colors of specified component.
        /// </summary>
        /// <param name="component">Component.</param>
        protected virtual void DefaultColoring(ListViewStringComponent component)
        {
            if (component == null)
            {
                return;
            }

            component.DefaultColoring(textColor, backgroundColor, FadeDuration);
        }