Skip to content

Commit fba2c65

Browse files
committed
Update Readme.md
1 parent 115f291 commit fba2c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ pushButton.AddShortcuts(["RE", "NP"]);
375375
pushButton.AddShortcuts(new List<string>() {"RE", "NP"});
376376
```
377377

378+
The method design is intended to add only the default shortcut assignment, and does not override the user's settings if they decide to change it.
379+
378380
**AddStackPanel** extension adds a vertical stack panel to the Ribbon panel.
379381

380382
```csharp
@@ -398,8 +400,6 @@ stackPanel.AddTextBox();
398400

399401
![verticalStack](https://github.com/user-attachments/assets/3cef1e86-89a3-4f9c-8a06-b7661c6f428f)
400402
401-
The method design is intended to add only the default shortcut assignment, and does not override the user's settings if they decide to change it.
402-
403403
**SetBackground** extension sets the panel background color.
404404

405405
```csharp

0 commit comments

Comments
 (0)