Intersoft ClientUI Documentation
SetValue(DependencyProperty,Object) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXToolGroup Class : SetValue(DependencyProperty,Object) Method






dp
value

Syntax

Visual Basic (Declaration) 
Public Sub SetValue( _
   ByVal dp As DependencyProperty, _
   ByVal value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXToolGroup
Dim dp As DependencyProperty
Dim value As Object
 
instance.SetValue(dp, value)
C# 
public void SetValue( 
   DependencyProperty dp,
   object value
)
Delphi 
public procedure SetValue( 
    dp: DependencyProperty;
    value: TObject
); 
JScript 
public function SetValue( 
   dp : DependencyProperty,
   value : Object
);
Managed Extensions for C++ 
public: void SetValue( 
   DependencyProperty* dp,
   Object* value
) 
C++/CLI 
public:
void SetValue( 
   DependencyProperty^ dp,
   Object^ value
) 

Parameters

dp
value

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.