Example #1
0
        protected override void DrawItemText(Graphics g, Rectangle rcText, object item,
                                             Color textColor, RowState state, string highlightText)
        {
            IResource res  = (IResource)item;
            RichText  text = GetRichText(res);

            FormatRowRichText(ref text, textColor, state, highlightText);

            text.DrawClipped(g, rcText);
        }