-
Notifications
You must be signed in to change notification settings - Fork 460
[Docs] Update docs for MessageBox result return values #4403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the documentation for MessageBox result return values to clarify how the DialogResult.Cancelled property reflects which button was pressed, replacing the previous description of returning true/false values.
Key Changes
- Updated documentation to explain that
DialogResult.Cancelledproperty indicates which button was clicked - Clarified that clicking
PrimaryButtonreturnsfalsefor Cancelled while clickingSecondaryButtonreturnstrue
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61.3%
|
Co-authored-by: Copilot <[email protected]>
Small clarification on the MessageBox result values. Fix #4402