You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/TableLayoutPanel.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -234,11 +234,10 @@
234
234
<remarks>
235
235
<formattype="text/markdown"><![CDATA[
236
236
237
-
## Remarks
238
-
Setting this value will cause the panel to redraw itself and its contents.
239
-
240
-
241
-
237
+
## Remarks
238
+
239
+
Setting this value causes the panel to redraw itself and its contents.
240
+
242
241
## Examples
243
242
The following code example sets the value of the <xref:System.Windows.Forms.TableLayoutPanel.BorderStyle%2A> property depending on the selected <xref:System.Windows.Forms.RadioButton>.
244
243
@@ -247,6 +246,7 @@
247
246
248
247
]]></format>
249
248
</remarks>
249
+
<exceptioncref="T:System.ComponentModel.InvalidEnumArgumentException">.NET 6 and later versions only: The property value is not valid for the enumeration type.</exception>
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms/TableLayoutSettings.xml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,9 @@
357
357
358
358
]]></format>
359
359
</remarks>
360
-
<exceptioncref="T:System.ArgumentException">The property value is not valid for the enumeration type.</exception>
360
+
<exceptioncref="T:System.ArgumentException">.NET Framework only: The property value is not valid for the enumeration type.</exception>
361
+
<exceptioncref="T:System.ArgumentOutOfRangeException">.NET 5 and earlier versions only: The property value is not valid for the enumeration type.</exception>
362
+
<exceptioncref="T:System.ComponentModel.InvalidEnumArgumentException">.NET 6 and later versions only: The property value is not valid for the enumeration type.</exception>
0 commit comments