在系统自带的RichTextBox中是无法给它设置背景图片,但是我们在某些场合可能需要给RichTextBox设置背景图片.那么怎么实现这一想法呢?经过研究发现通过其它巧妙的途径可以给RichTextBox设置背景图片.首先将RichTextBox这个控件加以改写.具体改写的代码如下: public partial class richTextBoxEx : RichTextBox { public richTextBoxEx() { InitializeComponent(); base.Sc…
If you are working on custom SharePoint 2013 master pages, designs and/or CSS, these little CSS classes and style statements may give you some grief, or save your tooshie… This list will continue to be updated as I come across more! Here is a quick…