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






source
Sets the reflection source to use the specified image instead of capturing the bitmap from content.

Syntax

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

Parameters

source

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.