51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#DragEnter
.NET WinForm AllowDrop、DragEnter、DragDrop 实现文件拖拽响应
使用.NET开发WinForm应用程序时,如果想要实现某一控件,响应拖拽文件,则需要三步。第一步、将这个控件的AllowDrop设置为true。第二步、为这个控件设置DragEnter事件。privatevoid_list_DragEnter(objectsender,DragEventArgse){if(e.Data...
代码星球
·
2023-04-16
.NET
WinForm
AllowDrop
DragEnter
DragDrop
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他