Converts a predefined color name or an RGB color value to and from a System.Drawing.Color object.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
public class CursorStyleConverter : TypeConverter
Visual Basic (Declaration)
Public Class CursorStyleConverter _
	Inherits TypeConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    C1.Web.Editor..::..CursorStyleConverter

See Also