Intersoft ClientUI Documentation
GetDefaultValue Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : GetDefaultValue Method






control
property
memberPath

Syntax

Visual Basic (Declaration) 
Public Shared Function GetDefaultValue( _
   ByVal control As Control, _
   ByVal property As DependencyProperty, _
   ByVal memberPath As String _
) As Object
Visual Basic (Usage)Copy Code
Dim control As Control
Dim property As DependencyProperty
Dim memberPath As String
Dim value As Object
 
value = Utility.GetDefaultValue(control, property, memberPath)
C# 
public static object GetDefaultValue( 
   Control control,
   DependencyProperty property,
   string memberPath
)
Delphi 
public function GetDefaultValue( 
    control: Control;
    property: DependencyProperty;
    memberPath: String
): TObject; static; 
JScript 
public static function GetDefaultValue( 
   control : Control,
   property : DependencyProperty,
   memberPath : String
) : Object;
Managed Extensions for C++ 
public: static Object* GetDefaultValue( 
   Control* control,
   DependencyProperty* property,
   string* memberPath
) 
C++/CLI 
public:
static Object^ GetDefaultValue( 
   Control^ control,
   DependencyProperty^ property,
   String^ memberPath
) 

Parameters

control
property
memberPath

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.