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: windows.ui.popups/messagedialog_commands.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ By default, the array of commands for a dialog is empty. If no commands are appe
22
22
23
23
To delay interaction with commands for a short period when the dialog is first shown, set the *AcceptUserInputAfterDelay* option with [MessageDialogOptions](messagedialogoptions.md).
24
24
25
+
A maximum number of 3 [UICommand](uicommand.md) objects can be added, and an exception will be thrown if adding over 3.
0 commit comments