Intersoft ClientUI Documentation
SetTargetReflection Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > ContentReflector Class : SetTargetReflection Method






element
Target element that going to be reflected in the reflection area.
Sets the target element that going to be reflected in the reflection area.

Syntax

Visual Basic (Declaration) 
Public Sub SetTargetReflection( _
   ByVal element As UIElement _
) 
Visual Basic (Usage)Copy Code
Dim instance As ContentReflector
Dim element As UIElement
 
instance.SetTargetReflection(element)
C# 
public void SetTargetReflection( 
   UIElement element
)
Delphi 
public procedure SetTargetReflection( 
    element: UIElement
); 
JScript 
public function SetTargetReflection( 
   element : UIElement
);
Managed Extensions for C++ 
public: void SetTargetReflection( 
   UIElement* element
) 
C++/CLI 
public:
void SetTargetReflection( 
   UIElement^ element
) 

Parameters

element
Target element that going to be reflected in the reflection area.

Remarks

If this property has a value which set-able from SetTargetReflection() method, the reflector will use this target element instead of the original content element as the source to be reflected in the reflection area.

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.