Gets an array of commands that appear in the command bar of the message dialog. These commands makes the dialog actionable.
public:
property IVector<IUICommand^ >^ Commands {
IVector<IUICommand^ >^ get ();
}
Type: IVector<IUICommand^ >
By default, the array of commands for a dialog is empty. If no commands are appended to this array, then a default “Close” command is shown on the dialog.
To delay interaction with commands for a short period when the dialog is first shown, set the AcceptUserInputAfterDelay option with MessageDialogOptions.
Namespace: Windows.UI.Popups
Metadata: windows.winmd