Visual Basic (Declaration) | |
---|---|
Public Sub SetCurrentValue( _ ByVal dp As DependencyProperty, _ ByVal value As Object _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As K2RibbonSeperator 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
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