Field OnWindowHelpButtonClicked
- Namespace
- PaintDotNet.IndirectUI
- Assembly
- PaintDotNet.Core.dll
Called when the user clicks on the window's help button and WindowHelpContentType = CustomViaCallback. Must have this method name and signature: private void OnWindowHelpButtonClicked(System.Windows.Forms.IWin32Window owner, string helpContent); 'owner' is the owning dialog and your UI must use it as its parent. 'helpContent' is the value of the WindowHelpContent window property.
public const string OnWindowHelpButtonClicked = "OnWindowHelpButtonClicked"