Gets the current drop target control.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property DropTargetControl As DragDropControlBehavior |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DragDropEventData
Dim value As DragDropControlBehavior
value = instance.DropTargetControl |
| C# | |
|---|
public DragDropControlBehavior DropTargetControl {get;} |
| Delphi | |
|---|
public read-only property DropTargetControl: DragDropControlBehavior; |
| JScript | |
|---|
public function get DropTargetControl : DragDropControlBehavior |
| Managed Extensions for C++ | |
|---|
public: __property DragDropControlBehavior* get_DropTargetControl(); |
| C++/CLI | |
|---|
public:
property DragDropControlBehavior^ DropTargetControl {
DragDropControlBehavior^ get();
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also