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






obj
The target object.
Gets the value expression specified on a dependency object, typically a key frame.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetValueExpression( _
   ByVal obj As DependencyObject _
) As String
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As String
 
value = ContentTransition.GetValueExpression(obj)
C# 
public static string GetValueExpression( 
   DependencyObject obj
)
Delphi 
public function GetValueExpression( 
    obj: DependencyObject
): String; static; 
JScript 
public static function GetValueExpression( 
   obj : DependencyObject
) : String;
Managed Extensions for C++ 
public: static string* GetValueExpression( 
   DependencyObject* obj
) 
C++/CLI 
public:
static String^ GetValueExpression( 
   DependencyObject^ obj
) 

Parameters

obj
The target object.

Return Value

The value expression string.

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.