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
/// <param name="messageBoxText">A <see cref="string"/> that specifies the text to display.</param>
42
42
/// <param name="icon">The <see cref="MessageBoxImage"/> to display.</param>
43
43
/// <param name="title">A <see cref="string"/> that specifies the title bar caption to display.</param>
44
-
/// <returns><see cref="MessageBoxResult.Yes"/>, <see cref="MessageBoxResult.No"/> or <see cref="MessageBoxResult.Cancel"/> depending on the users' answer.
44
+
/// <returns><see cref="MessageBoxResult.Yes"/>, <see cref="MessageBoxResult.No"/> or <see cref="MessageBoxResult.Cancel"/> depending on the users' answer.</returns>
0 commit comments