We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whilst investigating #867 and performing the actions of https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.messagebox.show?view=windowsdesktop-7.0#system-windows-forms-messagebox-show(system-string-system-string-system-windows-forms-messageboxbuttons-system-windows-forms-messageboxicon-system-windows-forms-messageboxdefaultbutton-system-windows-forms-messageboxoptions-system-boolean)
The callback function for this.HelpRequested += new System.Windows.Forms.HelpEventHandler (this.Form1_HelpRequested); Is not routed in a KryptonForm
this.HelpRequested += new System.Windows.Forms.HelpEventHandler (this.Form1_HelpRequested);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whilst investigating #867 and performing the actions of https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.messagebox.show?view=windowsdesktop-7.0#system-windows-forms-messagebox-show(system-string-system-string-system-windows-forms-messageboxbuttons-system-windows-forms-messageboxicon-system-windows-forms-messageboxdefaultbutton-system-windows-forms-messageboxoptions-system-boolean)
The callback function for
this.HelpRequested += new System.Windows.Forms.HelpEventHandler (this.Form1_HelpRequested);
Is not routed in a KryptonForm
The text was updated successfully, but these errors were encountered: