Hi,
I have written my own managed module using C#. I used ModuleDialogPage class
for it. Now I am getting two extra items in Actions pane -- "Help and
Online Help". I tried overriding following functions to disable them as
declared in ModulePage class.
- protected internal virtual bool ShowOnlineHelp();
- protected virtual bool ShowHelp();
But its of no use.
Right now "Help" opens -> http://www.iis.net
and "Online Help" opens ->
http://technet.microsoft.com/en-us/library/cc732976.aspx
I am not sure how to use these links to open my help files or online pages.
I dont see any function where I can mention the help file location or web page
path. I am not sure whether they can be modified or not.
Please guide:(