System.Windows.Forms 1.0.5000.0 2.0.0.0 System.ComponentModel.Int32Converter The class is used to convert index values of an to and from other data types, typically . For more information about type converters, see the base class and [<topic://cpconImplementingTypeConverter>]. Typically, you do not directly create an instance of an . Instead, call the method of . For more information, see the examples in the base class. Provides a type converter to convert data for an image index to and from a string. Constructor Typically, you do not directly create an instance of an . Instead, call the method of . For more information, see the examples in the base class. Initializes and instance of the class. 1.0.5000.0 2.0.0.0 Method System.Object This type converter only can convert a 32-bit signed integer object to and from a string. The can be used to extract additional information about the environment this type converter is being invoked from. This may be null, so you should always check. Also, properties on the context object may also return null. Converts the specified value object to a 32-bit signed integer object. An that represents the converted . An that provides a format context. A to provide locale information. The to convert. 1.0.5000.0 2.0.0.0 Method System.Object The default implementation of this method can only convert an index value represented as an to a . Converts the specified object to the specified destination type. An that represents the converted . An that provides a format context, which can be used to extract additional information about the environment this type converter is being invoked from. This parameter or properties of this parameter can be null. A that provides locale information. The object to convert, typically an index represented as an . The type to convert the object to, often a . 1.0.5000.0 2.0.0.0 Method System.ComponentModel.TypeConverter+StandardValuesCollection Returns a collection of index values for image lists associated with the property of the parameter. If an is not found, then the parent of the component will be searched for such a list. Typically the method is called to before an attempt is made to use the and methods. Returns a collection of standard index values for the image list associated with the specified format context. A that holds a standard set of valid index values. If no image list is found, this collection will contain a single object with a value of -1. An that provides a format context, which can be used to extract additional information about the environment this type converter is being invoked from. This parameter or properties of this parameter can be null. 1.0.5000.0 2.0.0.0 Method System.Boolean If the list returned by the method is exclusive, then no other values are valid. This is typical of an enumerated data type. If the list is not exclusive, then there are other valid values besides the list of standard values that provides. As implemented in this type converter, this method always returns false. Typically the method is called to before an attempt is made to use the and methods. Determines if the list of standard values returned from the method is an exclusive list. true if the method returns an exclusive list of valid values; otherwise, false. This implementation always returns false. A formatter context. 1.0.5000.0 2.0.0.0 Method System.Boolean As implemented in this class, always returns true since this object supports a standard set of index values for images that can be picked from a list. Determines if the type converter supports a standard set of values that can be picked from a list. true if the method returns a standard set of values; otherwise, false. Always returns true. An that provides a format context, which can be used to extract additional information about the environment this type converter is being invoked from. This parameter or properties of this parameter can be null. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added. As implemented in this class is always returns true. Gets or sets a value indicating whether a none or null value is valid in the collection. 1.0.5000.0 2.0.0.0