Edit

Share via


ListViewItemStateImageIndexConverter Class

Definition

Provides a type converter to convert state image index values from one data type to another.

public ref class ListViewItemStateImageIndexConverter : System::Windows::Forms::ImageIndexConverter
public class ListViewItemStateImageIndexConverter : System.Windows.Forms.ImageIndexConverter
type ListViewItemStateImageIndexConverter = class
    inherit ImageIndexConverter
Public Class ListViewItemStateImageIndexConverter
Inherits ImageIndexConverter
Inheritance

Constructors

ListViewItemStateImageIndexConverter()

Initializes a new instance of the ListViewItemStateImageIndexConverter class.

Properties

IncludeNoneAsStandardValue

Gets a value that indicates whether a null value is valid in the TypeConverter.StandardValuesCollection collection.

Methods

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified value object to a 32-bit signed integer object.

(Inherited from ImageIndexConverter)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified object to the specified destination type.

(Inherited from ImageIndexConverter)
GetStandardValues(ITypeDescriptorContext)

Retrieves a collection containing a set of standard values for the data type this validator is designed for.

GetStandardValuesExclusive(ITypeDescriptorContext)

Determines if the list of standard values returned from the GetStandardValues method is an exclusive list.

(Inherited from ImageIndexConverter)
GetStandardValuesSupported(ITypeDescriptorContext)

Determines if the type converter supports a standard set of values that can be picked from a list.

(Inherited from ImageIndexConverter)

Applies to