Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
[mono.git] / mcs / class / System.Windows.Forms / Documentation / en / System.Windows.Forms / TreeViewImageKeyConverter.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="TreeViewImageKeyConverter" FullName="System.Windows.Forms.TreeViewImageKeyConverter">
3   <TypeSignature Language="C#" Value="public class TreeViewImageKeyConverter : System.Windows.Forms.ImageKeyConverter" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Windows.Forms.ImageKeyConverter</BaseTypeName>
10   </Base>
11   <Interfaces />
12   <Docs>
13     <remarks>
14       <attribution license="cc4" from="Microsoft" modified="false" />
15       <para>The <see cref="T:System.Windows.Forms.TreeViewImageKeyConverter" /> class is used to convert key values of an image associated with a <see cref="T:System.Windows.Forms.TreeView" /> control to and from other data types. For more information about type converters, see the <see cref="T:System.ComponentModel.TypeConverter" /> base class and <format type="text/html"><a href="90373a3f-d8c8-492d-841c-945d62393c56">How to: Implement a Type Converter</a></format>.</para>
16       <block subset="none" type="note">
17         <para>Typically, you do not directly create an instance of an <see cref="T:System.Windows.Forms.TreeViewImageKeyConverter" />. Instead, call the <see cref="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object)" /> method of the <see cref="T:System.ComponentModel.TypeDescriptor" /> class. For more information, see the examples in the <see cref="T:System.ComponentModel.TypeConverter" /> base class.</para>
18       </block>
19     </remarks>
20     <summary>
21       <attribution license="cc4" from="Microsoft" modified="false" />
22       <para>Provides a type converter to convert data for an image key to and from another data type.</para>
23     </summary>
24   </Docs>
25   <Members>
26     <Member MemberName=".ctor">
27       <MemberSignature Language="C#" Value="public TreeViewImageKeyConverter ();" />
28       <MemberType>Constructor</MemberType>
29       <AssemblyInfo>
30         <AssemblyVersion>2.0.0.0</AssemblyVersion>
31       </AssemblyInfo>
32       <Parameters />
33       <Docs>
34         <remarks>To be added.</remarks>
35         <summary>
36           <attribution license="cc4" from="Microsoft" modified="false" />
37           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TreeViewImageKeyConverter" /> class. </para>
38         </summary>
39       </Docs>
40     </Member>
41     <Member MemberName="ConvertTo">
42       <MemberSignature Language="C#" Value="public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);" />
43       <MemberType>Method</MemberType>
44       <AssemblyInfo>
45         <AssemblyVersion>2.0.0.0</AssemblyVersion>
46       </AssemblyInfo>
47       <ReturnValue>
48         <ReturnType>System.Object</ReturnType>
49       </ReturnValue>
50       <Parameters>
51         <Parameter Name="context" Type="System.ComponentModel.ITypeDescriptorContext" />
52         <Parameter Name="culture" Type="System.Globalization.CultureInfo" />
53         <Parameter Name="value" Type="System.Object" />
54         <Parameter Name="destinationType" Type="System.Type" />
55       </Parameters>
56       <Docs>
57         <remarks>To be added.</remarks>
58         <summary>
59           <attribution license="cc4" from="Microsoft" modified="false" />
60           <para>Converts the specified object to an object of the specified type using the specified culture information and context.</para>
61         </summary>
62         <returns>
63           <attribution license="cc4" from="Microsoft" modified="false" />
64           <para>An <see cref="T:System.Object" /> that represents the converted <paramref name="value" />.</para>
65         </returns>
66         <param name="context">
67           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> 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.</param>
68         <param name="culture">
69           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Globalization.CultureInfo" /> that provides locale information.</param>
70         <param name="value">
71           <attribution license="cc4" from="Microsoft" modified="false" />The object to convert, typically an image key.</param>
72         <param name="destinationType">
73           <attribution license="cc4" from="Microsoft" modified="false" />The type to convert the object to.</param>
74       </Docs>
75     </Member>
76   </Members>
77 </Type>