SetValue(DependencyPropertyKey,Object) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.ColorPicker Namespace > ColorPicker Class > SetValue Method : SetValue(DependencyPropertyKey,Object) Method



key
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Sub SetValue( _
   ByVal key As DependencyPropertyKey, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As ColorPicker
Dim key As DependencyPropertyKey
Dim value As Object
 
instance.SetValue(key, value)
C#  
public void SetValue( 
   DependencyPropertyKey key,
   object value
)
C++/CLI  
public:
void SetValue( 
   DependencyPropertyKey^ key,
   Object^ value
) 

Parameters

key
value

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