Visual Basic (Declaration) | |
---|---|
Public Property Effects As DragDropEffects |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As QueryDropStateEventArgs Dim value As DragDropEffects instance.Effects = value value = instance.Effects |
C# | |
---|---|
public DragDropEffects Effects {get; set;} |
Delphi | |
---|---|
public read-write property Effects: DragDropEffects; |
JScript | |
---|---|
public function get,set Effects : DragDropEffects |
Managed Extensions for C++ | |
---|---|
public: __property DragDropEffects get_Effects(); public: __property void set_Effects( DragDropEffects value ); |
C++/CLI | |
---|---|
public: property DragDropEffects Effects { DragDropEffects get(); void set ( DragDropEffects value); } |
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