Intersoft ClientUI Documentation
GetValue Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > TableRow Class : GetValue Method






dp

Syntax

Visual Basic (Declaration) 
Public Function GetValue( _
   ByVal dp As DependencyProperty _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As TableRow
Dim dp As DependencyProperty
Dim value As Object
 
value = instance.GetValue(dp)
C# 
public object GetValue( 
   DependencyProperty dp
)
Delphi 
public function GetValue( 
    dp: DependencyProperty
): TObject; 
JScript 
public function GetValue( 
   dp : DependencyProperty
) : Object;
Managed Extensions for C++ 
public: Object* GetValue( 
   DependencyProperty* dp
) 
C++/CLI 
public:
Object^ GetValue( 
   DependencyProperty^ dp
) 

Parameters

dp

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.