ComponentOne Basic Library for WPF and Silverlight
SetValue(DependencyPropertyKey,Object) Method


C1.WPF Namespace > C1DropDownButton Class > SetValue Method : SetValue(DependencyPropertyKey,Object) Method
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal key As System.Windows.DependencyPropertyKey, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As C1DropDownButton
Dim key As System.Windows.DependencyPropertyKey
Dim value As System.Object
 
instance.SetValue(key, value)
public void SetValue( 
   System.Windows.DependencyPropertyKey key,
   System.object value
)

Parameters

key
value
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members
Overload List