This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnTypeConverter Class

Provides type converting functionality for the ListColumn class (used by Visual Studio).

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Class ListColumnTypeConverter _
	Inherits TypeConverter
C#
public class ListColumnTypeConverter : TypeConverter

Remarks

No need to use this class explicitly. It is required by Visual Studio to be able to work with the ThumbnailListView control in design-time properly.

Inheritance Hierarchy

System.Object
L System.ComponentModel.TypeConverter
L Aurigma.GraphicsMill.WinControls.ListColumnTypeConverter

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model





See Also

Reference