in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

C1NavBar Buttons method mousehover

Last post 01-30-2008 4:07 AM by C1_JohnAd. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 12-19-2007 3:57 AM

    C1NavBar Buttons method mousehover

    Is there any way to find the buttom text when starting the method mousehover.

    Filed under:
  • 01-30-2008 4:07 AM In reply to

    Re: C1NavBar Buttons method mousehover

    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
Page 1 of 1 (2 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.