* UIRichTextBox:支持可改背景色
This commit is contained in:
parent
9b3ce10bb3
commit
f9a06019ac
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -46,6 +46,8 @@ namespace Sunny.UI
|
|||||||
edit.ScrollBars = RichTextBoxScrollBars.Vertical;
|
edit.ScrollBars = RichTextBoxScrollBars.Vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override Color BackColor { get => edit.BackColor; set { edit.BackColor = base.BackColor = value; } }
|
||||||
|
|
||||||
protected override void OnContextMenuStripChanged(EventArgs e)
|
protected override void OnContextMenuStripChanged(EventArgs e)
|
||||||
{
|
{
|
||||||
base.OnContextMenuStripChanged(e);
|
base.OnContextMenuStripChanged(e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user