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

            component.HighlightColoring(HighlightedTextColor, HighlightedBackgroundColor, FadeDuration);
        }