This question is locked. New answers and comments are not allowed.
Is it possible to add a help button to the TabControl header?
I would like to add a hyperlink button to the header row that is always displayed on the far right. The button would have an image and when clicked would load a url to our help system. The page name would be defined by the current tab; for example
|| |----------|----------|----------| ||
|| | Tab 1 | Tab 2 | Tab 3 | ? ||
When on tab 1 and '?' is clicked a new browser window would be opened to the url
http://www.somewebsite.com/help.abc.html
For tab 2 this could be http://www.somewebsite.com/help/def.html
I would need to set each tab's help id within the xaml and the '?' button would know which tab is currently displayed and therefore which help id to pass
Is this possible?
Any help will be much appreciated
Thanks
Chris.
I would like to add a hyperlink button to the header row that is always displayed on the far right. The button would have an image and when clicked would load a url to our help system. The page name would be defined by the current tab; for example
|| |----------|----------|----------| ||
|| | Tab 1 | Tab 2 | Tab 3 | ? ||
When on tab 1 and '?' is clicked a new browser window would be opened to the url
http://www.somewebsite.com/help.abc.html
For tab 2 this could be http://www.somewebsite.com/help/def.html
I would need to set each tab's help id within the xaml and the '?' button would know which tab is currently displayed and therefore which help id to pass
Is this possible?
Any help will be much appreciated
Thanks
Chris.