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