Override this method and place code that displays your App's Help. Help is optional and the user will only have to option to siaply help if you have set your App's SupportsHelp property to true.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public virtual void OnShowHelp()
Public Overridable Sub OnShowHelp

Remarks

SupportsHelp must be set the Constructor for your App following its InitializeComponent call.

See Also