Converts an ICommand object to and from other types.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public sealed class CommandConverter : TypeConverter
Visual Basic
Public NotInheritable Class CommandConverter _
	Inherits TypeConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    C1.Silverlight..::..CommandConverter

See Also