[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / DataGridCell.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="DataGridCell" FullName="System.Windows.Forms.DataGridCell">
3   <TypeSignature Language="C#" Value="public struct DataGridCell" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7     <AssemblyVersion>2.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <Base>
10     <BaseTypeName>System.ValueType</BaseTypeName>
11   </Base>
12   <Interfaces />
13   <Docs>
14     <remarks>
15       <attribution license="cc4" from="Microsoft" modified="false" />
16       <para>The <see cref="T:System.Windows.Forms.DataGridCell" /> can be used in conjunction with the <see cref="T:System.Windows.Forms.DataGrid" /> control's <see cref="P:System.Windows.Forms.DataGrid.CurrentCell" /> property to get or set the value of any cell. Setting the <see cref="T:System.Windows.Forms.DataGrid" /> control's <see cref="P:System.Windows.Forms.DataGrid.CurrentCell" /> property to a <see cref="T:System.Windows.Forms.DataGridCell" /> causes the focus to move to the cell specified by the <see cref="T:System.Windows.Forms.DataGridCell" />.</para>
17     </remarks>
18     <summary>
19       <attribution license="cc4" from="Microsoft" modified="false" />
20       <para>Identifies a cell in the grid.</para>
21     </summary>
22   </Docs>
23   <Members>
24     <Member MemberName=".ctor">
25       <MemberSignature Language="C#" Value="public DataGridCell (int r, int c);" />
26       <MemberType>Constructor</MemberType>
27       <Parameters>
28         <Parameter Name="r" Type="System.Int32" />
29         <Parameter Name="c" Type="System.Int32" />
30       </Parameters>
31       <Docs>
32         <remarks>To be added.</remarks>
33         <summary>
34           <attribution license="cc4" from="Microsoft" modified="false" />
35           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridCell" /> class.</para>
36         </summary>
37         <param name="r">
38           <attribution license="cc4" from="Microsoft" modified="false" />The number of a row in the <see cref="T:System.Windows.Forms.DataGrid" />. </param>
39         <param name="c">
40           <attribution license="cc4" from="Microsoft" modified="false" />The number of a column in the <see cref="T:System.Windows.Forms.DataGrid" />. </param>
41       </Docs>
42       <AssemblyInfo>
43         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
44         <AssemblyVersion>2.0.0.0</AssemblyVersion>
45       </AssemblyInfo>
46     </Member>
47     <Member MemberName="ColumnNumber">
48       <MemberSignature Language="C#" Value="public int ColumnNumber { set; get; }" />
49       <MemberType>Property</MemberType>
50       <ReturnValue>
51         <ReturnType>System.Int32</ReturnType>
52       </ReturnValue>
53       <Docs>
54         <value>To be added.</value>
55         <remarks>
56           <attribution license="cc4" from="Microsoft" modified="false" />
57           <para>You can use the <see cref="P:System.Windows.Forms.DataGridCell.ColumnNumber" /> value to specify a <see cref="T:System.Data.DataColumn" /> in the <see cref="T:System.Data.DataTable" /> associated with the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para>
58         </remarks>
59         <summary>
60           <attribution license="cc4" from="Microsoft" modified="false" />
61           <para>Gets or sets the number of a column in the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para>
62         </summary>
63       </Docs>
64       <AssemblyInfo>
65         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
66         <AssemblyVersion>2.0.0.0</AssemblyVersion>
67       </AssemblyInfo>
68     </Member>
69     <Member MemberName="Equals">
70       <MemberSignature Language="C#" Value="public override bool Equals (object o);" />
71       <MemberType>Method</MemberType>
72       <ReturnValue>
73         <ReturnType>System.Boolean</ReturnType>
74       </ReturnValue>
75       <Parameters>
76         <Parameter Name="o" Type="System.Object" />
77       </Parameters>
78       <Docs>
79         <remarks>To be added.</remarks>
80         <summary>
81           <attribution license="cc4" from="Microsoft" modified="false" />
82           <para>Gets a value indicating whether the <see cref="T:System.Windows.Forms.DataGridCell" /> is identical to a second <see cref="T:System.Windows.Forms.DataGridCell" />.</para>
83         </summary>
84         <returns>
85           <attribution license="cc4" from="Microsoft" modified="false" />
86           <para>true if the second object is identical to the first; otherwise, false.</para>
87         </returns>
88         <param name="o">
89           <attribution license="cc4" from="Microsoft" modified="false" />An object you are to comparing. </param>
90       </Docs>
91       <AssemblyInfo>
92         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
93         <AssemblyVersion>2.0.0.0</AssemblyVersion>
94       </AssemblyInfo>
95     </Member>
96     <Member MemberName="GetHashCode">
97       <MemberSignature Language="C#" Value="public override int GetHashCode ();" />
98       <MemberType>Method</MemberType>
99       <ReturnValue>
100         <ReturnType>System.Int32</ReturnType>
101       </ReturnValue>
102       <Parameters />
103       <Docs>
104         <remarks>To be added.</remarks>
105         <summary>
106           <attribution license="cc4" from="Microsoft" modified="false" />
107           <para>Gets a hash value that can be added to a <see cref="T:System.Collections.Hashtable" />.</para>
108         </summary>
109         <returns>
110           <attribution license="cc4" from="Microsoft" modified="false" />
111           <para>A number that uniquely identifies the <see cref="T:System.Windows.Forms.DataGridCell" /> in a <see cref="T:System.Collections.Hashtable" />.</para>
112         </returns>
113       </Docs>
114       <AssemblyInfo>
115         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
116         <AssemblyVersion>2.0.0.0</AssemblyVersion>
117       </AssemblyInfo>
118     </Member>
119     <Member MemberName="RowNumber">
120       <MemberSignature Language="C#" Value="public int RowNumber { set; get; }" />
121       <MemberType>Property</MemberType>
122       <ReturnValue>
123         <ReturnType>System.Int32</ReturnType>
124       </ReturnValue>
125       <Docs>
126         <value>To be added.</value>
127         <remarks>
128           <attribution license="cc4" from="Microsoft" modified="false" />
129           <para>You can use the <see cref="P:System.Windows.Forms.DataGridCell.RowNumber" /> value to specify a <see cref="T:System.Data.DataRow" /> in the <see cref="T:System.Data.DataTable" /> associated with the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para>
130         </remarks>
131         <summary>
132           <attribution license="cc4" from="Microsoft" modified="false" />
133           <para>Gets or sets the number of a row in the <see cref="T:System.Windows.Forms.DataGrid" /> control.</para>
134         </summary>
135       </Docs>
136       <AssemblyInfo>
137         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
138         <AssemblyVersion>2.0.0.0</AssemblyVersion>
139       </AssemblyInfo>
140     </Member>
141     <Member MemberName="ToString">
142       <MemberSignature Language="C#" Value="public override string ToString ();" />
143       <MemberType>Method</MemberType>
144       <ReturnValue>
145         <ReturnType>System.String</ReturnType>
146       </ReturnValue>
147       <Parameters />
148       <Docs>
149         <remarks>To be added.</remarks>
150         <summary>
151           <attribution license="cc4" from="Microsoft" modified="false" />
152           <para>Gets the row number and column number of the cell.</para>
153         </summary>
154         <returns>
155           <attribution license="cc4" from="Microsoft" modified="false" />
156           <para>A string containing the row number and column number.</para>
157         </returns>
158       </Docs>
159       <AssemblyInfo>
160         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
161         <AssemblyVersion>2.0.0.0</AssemblyVersion>
162       </AssemblyInfo>
163     </Member>
164   </Members>
165 </Type>