Hi,
When we put C1NavBar or any other control on C1DockingTan and set the
AutoHiding property of C1DockingTab to True the C1DockingTabPage and all
its contents slides in (i.e., gets invisible).However, if you move your
mouse on that page it slides out and you will see all its contents (or
C1NavBar in your case). If you click on PIN symbol the C1DockingTabPage and
its contents will appear on the form without any slide in- slide out effect.
Regarding the menu question I would like to mention that you can show the
menu using the Show() method of C1MainMenu. Below is the code snippet for
the same.
BEGIN CODE
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Me.C1MainMenu1.Show()
End Sub
END CODE
Hope this helps.
Regards,
John Adams
wrote in message news:203683@10.0.1.98...
Thanks very much!
When I set the auto-hide to true, my whole NavBar disappears in runtime!
And when you hide the menu in runtime, how do you show it? There doesn't
seem to be a "show" button anywhere?
http://helpcentral.componentone.com/cs/forums/p/74854/203683.aspx#203683