mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-08 16:06:07 +02:00
Port the How to set tab order article (#1077)
* Port article on tab order * Redirects for new article * TOC * Update links * Some other minor changes * fix lint * Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md Co-authored-by: Tom Dykstra <[email protected]> * Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md Co-authored-by: Tom Dykstra <[email protected]> * Update dotnet-desktop-guide/net/winforms/controls/how-to-set-the-tab-order.md Co-authored-by: Tom Dykstra <[email protected]> * Apply suggestions from code review Co-authored-by: Tom Dykstra <[email protected]>
This commit is contained in:
co-authored by
Tom Dykstra
parent
6592e99d2b
commit
0fdf730bc2
@@ -86,6 +86,6 @@ button1.Text = "Print && Close";
|
||||
|
||||
## See also
|
||||
|
||||
- [How to: Set the text displayed by a Windows Forms control](how-to-set-the-display-text.md)
|
||||
- <xref:System.Windows.Forms.Button>
|
||||
- <xref:System.Windows.Forms.Label>
|
||||
- [Set the text displayed by a Windows Forms control](how-to-set-the-display-text.md)
|
||||
- <xref:System.Windows.Forms.Button?displayProperty=fullName>
|
||||
- <xref:System.Windows.Forms.Label?displayProperty=fullName>
|
||||
|
||||
Reference in New Issue
Block a user