Intersoft ClientUI Documentation
GetPropertyType Method



Syntax
Public Shared Function GetPropertyType( _
   ByVal control As Control, _
   ByVal property As DependencyProperty, _
   ByVal memberPath As String _
) As Type
Dim control As Control
Dim property As DependencyProperty
Dim memberPath As String
Dim value As Type
 
value = Utility.GetPropertyType(control, property, memberPath)
public static Type GetPropertyType( 
   Control control,
   DependencyProperty property,
   string memberPath
)
public:
static Type^ GetPropertyType( 
   Control^ control,
   DependencyProperty^ property,
   String^ memberPath
) 

Parameters

control
property
memberPath
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utility Class
Utility Members

Send Feedback