File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,6 +375,8 @@ pushButton.AddShortcuts(["RE", "NP"]);
375375pushButton .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
You can’t perform that action at this time.
0 commit comments