M
Marina Levit [MVP]
I need to do something extra every time the position of what is the
'current' item changes. This could be the user clicking one of the buttons,
or typing in a new number
However, there doesn't seem to be an event that just says " the user
selected a different item from the navigator". In fact, it seems I have to
handle the Click event of every toolstrip item that could change the
position. Plus, trap the lost focus event for the textbox that displays the
current number, and probably trap its KeyDown event in case the user enters
the new number and hits Enter.
I can't seem to find an event on the navigator itself that would notify me
of when the position changes. Not even a property that says what the
current item index is - I have to parse out what is in the textbox?
I must be missing something basic, because it seems that the control would
be incomplete without these 2 thigns.
'current' item changes. This could be the user clicking one of the buttons,
or typing in a new number
However, there doesn't seem to be an event that just says " the user
selected a different item from the navigator". In fact, it seems I have to
handle the Click event of every toolstrip item that could change the
position. Plus, trap the lost focus event for the textbox that displays the
current number, and probably trap its KeyDown event in case the user enters
the new number and hits Enter.
I can't seem to find an event on the navigator itself that would notify me
of when the position changes. Not even a property that says what the
current item index is - I have to parse out what is in the textbox?
I must be missing something basic, because it seems that the control would
be incomplete without these 2 thigns.