SetCurrentValue(DependencyProperty,Object) Method
See Also 
SourceCode.Workflow.WizardFramework.Controls.K2DatePicker.DateControls Namespace > MonthCalendarContainer Class : SetCurrentValue(DependencyProperty,Object) Method



dp
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub SetCurrentValue( _
   ByVal dp As DependencyProperty, _
   ByVal value As Object _
) 
Visual Basic (Usage) Copy Code
Dim instance As MonthCalendarContainer
Dim dp As DependencyProperty
Dim value As Object
 
instance.SetCurrentValue(dp, value)
C#  
public void SetCurrentValue( 
   DependencyProperty dp,
   object value
)
C++/CLI  
public:
void SetCurrentValue( 
   DependencyProperty^ dp,
   Object^ value
) 

Parameters

dp
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