可学答题网 > 问答 > MCPD(70-505)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You are creating a&#


You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()

  • ASet theAllowDrag property to true.Create an event handler for the DragOver event.
  • BSet theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.
  • CSet theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .
  • DCreate an event handler for the DragDrop event to handle the move or copy by itself.
  • ECreate an event handler for the DragEnter event to handle the move or copy by itself.
参考答案
参考解析:
分类:MCPD(70-505)题库
相关推荐

1、You are creating a&#

You are creating a SQL Tuning Set to allow a group of SQL statements to be&...

2、若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值

若a=5,b=3,c=4,逻辑表达式!(a+b)&;&;!c的值为()A0B-1C1D2

3、You are creating a&#

You are creating a Windows Forms application by using the .NET Framework 3.5. You&#8194...

4、You are creating a&#

You are creating a SQL Server 2005 database for a mortgage company. The database ...

5、You are creating a&#

You are creating a view to join the Customers and Orders tables in a SQL Se...

6、You are creating a&#

You are creating a Windows Forms application by using the .NET Framework 3.5.You have&#...