'Declaration
Public Overloads Sub ClearValue( _ ByVal key As System.Windows.DependencyPropertyKey _ )
'Usage
Dim instance As Spinner Dim key As System.Windows.DependencyPropertyKey instance.ClearValue(key)
public void ClearValue( System.Windows.DependencyPropertyKey key )
public procedure ClearValue( key: System.Windows.DependencyPropertyKey );
public function ClearValue( key : System.Windows.DependencyPropertyKey );
public: void ClearValue( System.Windows.DependencyPropertyKey* key )
public: void ClearValue( System.Windows.DependencyPropertyKey^ key )
Parameters
- key