Intersoft ClientUI Documentation
TransformObject Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXStackMenu Namespace > UXStackItem Class : TransformObject Method






element
Drag drop element.
Transform drag drop object to UXAccordionOption of the specified element has transform info.

Syntax

Visual Basic (Declaration) 
Public Function TransformObject( _
   ByVal element As FrameworkElement _
) As FrameworkElement
Visual Basic (Usage)Copy Code
Dim instance As UXStackItem
Dim element As FrameworkElement
Dim value As FrameworkElement
 
value = instance.TransformObject(element)
C# 
public FrameworkElement TransformObject( 
   FrameworkElement element
)
Delphi 
public function TransformObject( 
    element: FrameworkElement
): FrameworkElement; 
JScript 
public function TransformObject( 
   element : FrameworkElement
) : FrameworkElement;
Managed Extensions for C++ 
public: FrameworkElement* TransformObject( 
   FrameworkElement* element
) 
C++/CLI 
public:
FrameworkElement^ TransformObject( 
   FrameworkElement^ element
) 

Parameters

element
Drag drop element.

Return Value

Transformed element.

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.