Intersoft ClientUI Documentation
TargetElement Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > DropObjectParameter Class : TargetElement Property






Syntax

Visual Basic (Declaration) 
Public Property TargetElement As UIElement
Visual Basic (Usage)Copy Code
Dim instance As DropObjectParameter
Dim value As UIElement
 
instance.TargetElement = value
 
value = instance.TargetElement
C# 
public UIElement TargetElement {get; set;}
Delphi 
public read-write property TargetElement: UIElement; 
JScript 
public function get,set TargetElement : UIElement
Managed Extensions for C++ 
public: __property UIElement* get_TargetElement();
public: __property void set_TargetElement( 
   UIElement* value
);
C++/CLI 
public:
property UIElement^ TargetElement {
   UIElement^ get();
   void set (    UIElement^ value);
}

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

© 2012 All Rights Reserved.