1 override of GetResultingText
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogCommandLinkButton.cs (1)
61internal override string? GetResultingText()
2 references to GetResultingText
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogCommandLinkButton.cs (1)
63string? text = base.GetResultingText();
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
924customButtonElements = _boundCustomButtons.Where(e => e.IsCreated).Select(e => (e.ButtonID, e.GetResultingText()!));