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






Gets the target element that will be reflected to the reflection area.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TargetReflection As UIElement
Visual Basic (Usage)Copy Code
Dim instance As ContentReflector
Dim value As UIElement
 
value = instance.TargetReflection
C# 
public UIElement TargetReflection {get;}
Delphi 
public read-only property TargetReflection: UIElement; 
JScript 
public function get TargetReflection : UIElement
Managed Extensions for C++ 
public: __property UIElement* get_TargetReflection();
C++/CLI 
public:
property UIElement^ TargetReflection {
   UIElement^ get();
}

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.