|
97 | 97 | </ReturnValue> |
98 | 98 | <Docs> |
99 | 99 | <summary>Gets the location and size of the accessible object.</summary> |
100 | | - <value>A <see cref="T:System.Drawing.Rectangle" /> that represents the bounds of the accessible object.</value> |
| 100 | + <value>The bounds of the accessible object.</value> |
101 | 101 | <remarks>To be added.</remarks> |
| 102 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
102 | 103 | <altmember cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Bounds" /> |
103 | 104 | </Docs> |
104 | 105 | </Member> |
|
121 | 122 | </ReturnValue> |
122 | 123 | <Docs> |
123 | 124 | <summary>Gets a string that describes the default action of the <see cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject" />.</summary> |
124 | | - <value>A string that describes the default action of the <see cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject" /></value> |
| 125 | + <value>The default action of the <see cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject" /></value> |
125 | 126 | <remarks> |
126 | 127 | <format type="text/markdown"><![CDATA[ |
127 | 128 | |
|
130 | 131 | |
131 | 132 | ]]></format> |
132 | 133 | </remarks> |
| 134 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
133 | 135 | <altmember cref="T:System.Windows.Forms.DataGridView" /> |
134 | 136 | <altmember cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell" /> |
135 | 137 | </Docs> |
|
162 | 164 | |
163 | 165 | ]]></format> |
164 | 166 | </remarks> |
| 167 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
165 | 168 | <altmember cref="T:System.Windows.Forms.DataGridView" /> |
166 | 169 | <altmember cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell" /> |
167 | 170 | <altmember cref="P:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.DefaultAction" /> |
|
195 | 198 | |
196 | 199 | ]]></format> |
197 | 200 | </remarks> |
| 201 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
198 | 202 | <altmember cref="T:System.Windows.Forms.DataGridView" /> |
199 | 203 | <altmember cref="T:System.Windows.Forms.DataGridViewColumnHeaderCell" /> |
200 | 204 | <altmember cref="T:System.Windows.Forms.DataGridViewColumn" /> |
|
224 | 228 | <Docs> |
225 | 229 | <param name="navigationDirection">One of the <see cref="T:System.Windows.Forms.AccessibleNavigation" /> values.</param> |
226 | 230 | <summary>Navigates to another accessible object.</summary> |
227 | | - <returns>An <see cref="T:System.Windows.Forms.AccessibleObject" /> that represents an object in the specified direction.</returns> |
| 231 | + <returns>An object that's in the specified direction.</returns> |
228 | 232 | <remarks> |
229 | 233 | <format type="text/markdown"><![CDATA[ |
230 | 234 | |
|
241 | 245 | |<xref:System.Windows.Forms.AccessibleNavigation.LastChild>|The last <xref:System.Windows.Forms.DataGridViewColumnHeaderCell>.| |
242 | 246 | |
243 | 247 | > [!NOTE] |
244 | | -> The direction that the <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> method moves when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Previous> depends on whether the <xref:System.Windows.Forms.DataGridView> has right-to-left support enabled. For example, if right-to-left support is enabled, <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> will return the same accessible object when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Left>. If right-to-left support is not enabled, <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> will return the same object when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Right>. |
| 248 | +> The direction that the <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> method moves when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Previous> depends on whether the <xref:System.Windows.Forms.DataGridView> has right-to-left support enabled. For example, if right-to-left support is enabled, <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> will return the same accessible object when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Left>. If right-to-left support is not enabled, <xref:System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.Navigate%2A> will return the same object when you specify <xref:System.Windows.Forms.AccessibleNavigation.Next> or <xref:System.Windows.Forms.AccessibleNavigation.Right>. |
245 | 249 | |
246 | 250 | ]]></format> |
247 | 251 | </remarks> |
| 252 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
248 | 253 | <altmember cref="T:System.Windows.Forms.AccessibleNavigation" /> |
249 | 254 | <altmember cref="T:System.Windows.Forms.DataGridView" /> |
250 | 255 | <altmember cref="T:System.Windows.Forms.DataGridViewCell" /> |
|
280 | 285 | <summary>Gets the parent of the <see cref="T:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject" />.</summary> |
281 | 286 | <value>The parent of the <see cref="T:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject" />.</value> |
282 | 287 | <remarks>To be added.</remarks> |
| 288 | + <exception cref="T:System.InvalidOperationException">.NET 5.0 and later versions: The <see cref="P:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.Owner" /> property is <see langword="null" />.</exception> |
283 | 289 | <altmember cref="T:System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject" /> |
284 | 290 | </Docs> |
285 | 291 | </Member> |
|
0 commit comments