Standard-Toolkit icon indicating copy to clipboard operation
Standard-Toolkit copied to clipboard

[Bug]: KryptonForm Does not route WM_Help request

Open Smurf-IV opened this issue 2 years ago • 0 comments

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

Smurf-IV avatar Dec 11 '22 15:12 Smurf-IV