Methods
Name |
---|
ShowAsync |
Example
1 | await MessageBox.ShowAsync(txtContent.Text?.ToString(), txtTitle.Text?.ToString(), MessageBoxButtons.OKCancel); |
Demo
you can run demo and see this feature.
Name |
---|
ShowAsync |
1 | await MessageBox.ShowAsync(txtContent.Text?.ToString(), txtTitle.Text?.ToString(), MessageBoxButtons.OKCancel); |
you can run demo and see this feature.