Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xml/System.Windows.Forms/TableLayoutPanel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,10 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
Setting this value will cause the panel to redraw itself and its contents.



## Remarks

Setting this value causes the panel to redraw itself and its contents.

## Examples
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>.

Expand All @@ -247,6 +246,7 @@

]]></format>
</remarks>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">.NET 6 and later versions only: The property value is not valid for the enumeration type.</exception>
<altmember cref="P:System.Windows.Forms.TableLayoutPanel.BorderStyle" />
<altmember cref="P:System.Windows.Forms.TableLayoutPanel.ColumnStyles" />
<altmember cref="P:System.Windows.Forms.TableLayoutPanel.RowStyles" />
Expand Down
4 changes: 3 additions & 1 deletion xml/System.Windows.Forms/TableLayoutSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,9 @@

]]></format>
</remarks>
<exception cref="T:System.ArgumentException">The property value is not valid for the enumeration type.</exception>
<exception cref="T:System.ArgumentException">.NET Framework only: The property value is not valid for the enumeration type.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">.NET 5 and earlier versions only: The property value is not valid for the enumeration type.</exception>
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">.NET 6 and later versions only: The property value is not valid for the enumeration type.</exception>
<altmember cref="T:System.Windows.Forms.TableLayoutPanelGrowStyle" />
<altmember cref="P:System.Windows.Forms.TableLayoutPanel.GrowStyle" />
</Docs>
Expand Down