TreeViewImageIndexConverter::ConvertFrom Method (ITypeDescriptorContext^, CultureInfo^, Object^)
.NET Framework (current version)
Converts the specified value object to a 32-bit signed integer object.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- culture
-
Type:
System.Globalization::CultureInfo^
A CultureInfo to provide locale information.
- value
-
Type:
System::Object^
The Object to convert.
.NET Framework
Available since 2.0
Available since 2.0
Show: