* UIRichTextBox: 增加了一些原生的属性和事件
This commit is contained in:
parent
edc0f784ec
commit
d355ecd814
Binary file not shown.
@ -157,20 +157,6 @@ namespace Sunny.UI
|
|||||||
set => edit.AutoSize = value;
|
set => edit.AutoSize = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
|
||||||
public override Image BackgroundImage
|
|
||||||
{
|
|
||||||
get => edit.BackgroundImage;
|
|
||||||
set => edit.BackgroundImage = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
[Browsable(false), EditorBrowsable(EditorBrowsableState.Never)]
|
|
||||||
public override ImageLayout BackgroundImageLayout
|
|
||||||
{
|
|
||||||
get => edit.BackgroundImageLayout;
|
|
||||||
set => edit.BackgroundImageLayout = value;
|
|
||||||
}
|
|
||||||
|
|
||||||
private void Edit_DoubleClick(object sender, EventArgs e)
|
private void Edit_DoubleClick(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
DoubleClick?.Invoke(this, e);
|
DoubleClick?.Invoke(this, e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user