We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8442c55 commit bf83d8dCopy full SHA for bf83d8d
1 file changed
Terminal.Gui/Views/FileDialogs/FileDialog.cs
@@ -33,7 +33,7 @@ public partial class FileDialog : Dialog, IDesignable
33
/// <summary>
34
/// Gets the index of the cancel button for the dialog. This is useful for checking if the user canceled the dialog by
35
/// comparing
36
- /// the <see cref="Dialog.Result"/> to the index of this button in the <see cref="Dialog.Buttons"/> array.
+ /// the <see cref="Dialog.Result"/> to the index of this button in the <see cref="Dialog{TResult}.Buttons"/> array.
37
/// </summary>
38
public int CancelButtonIndex => Buttons.IndexOf (_btnCancel);
39
0 commit comments