Intersoft ClientUI Documentation
TransformObject Method (UXListBox)



Source element.
Transform drag drop object to UXListBoxItem.
Syntax
Public Function TransformObject( _
   ByVal element As FrameworkElement _
) As FrameworkElement
Dim instance As UXListBox
Dim element As FrameworkElement
Dim value As FrameworkElement
 
value = instance.TransformObject(element)
public FrameworkElement TransformObject( 
   FrameworkElement element
)
public:
FrameworkElement^ TransformObject( 
   FrameworkElement^ element
) 

Parameters

element
Source element.

Return Value

Transformed element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXListBox Class
UXListBox Members

Send Feedback