Hi,
Are you looking to get the C1Navbar buttons text on MouseHover event?
If yes, then you can get the text of the C1NavBar button on MouseHover event
in the following way.
BEGIN CODE
Private Sub C1NavBar1_MouseHover(ByVal sender As Object, ByVal e As
System.EventArgs) Handles C1NavBar1.MouseHover
MsgBox(Me.C1NavBar1.Panels(buttonIndex).Button.Text)
End Sub
END CODE
I hope this helps.
Regards,
John Adams
wrote in message news:200542@10.0.1.98...
Is there any way to find the buttom text when starting the method
mousehover.
http://helpcentral.componentone.com/cs/forums/p/73842/200542.aspx#200542