* UIDoubleUpDown,UIIntegerUpDown:增加双击可编辑数值
This commit is contained in:
parent
fb08a6bffb
commit
f2b0bccc2e
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
@ -43,7 +43,7 @@ namespace Sunny.UI
|
||||
edit.Visible = false;
|
||||
edit.BorderStyle = BorderStyle.None;
|
||||
edit.TextChanged += Edit_TextChanged;
|
||||
edit.Leave += Edit_Leave;
|
||||
edit.MouseLeave += Edit_Leave;
|
||||
}
|
||||
|
||||
private void Edit_Leave(object sender, EventArgs e)
|
||||
|
@ -43,7 +43,7 @@ namespace Sunny.UI
|
||||
edit.Visible = false;
|
||||
edit.BorderStyle = BorderStyle.None;
|
||||
edit.TextChanged += Edit_TextChanged;
|
||||
edit.Leave += Edit_Leave;
|
||||
edit.MouseLeave += Edit_Leave;
|
||||
}
|
||||
|
||||
private void Edit_Leave(object sender, EventArgs e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user