TabControl.MouseWheel += ...
but, does anybody know why this event doesn't appear in the controls
property window? You can see other events like MouseMove or MouseLeave
but MouseWheel isn`t there.
Thank you
"Alberto" <alb...@nospam.es> wrote in message
news:Oqq3M3bg...@TK2MSFTNGP04.phx.gbl...
See
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.mousewheel.aspx
David
--
Mick Doherty
http://dotnetrix.co.uk/nothing.htm
"alberto" <alb...@nospam.es> wrote in message
news:eHUb1Jhg...@TK2MSFTNGP05.phx.gbl...
Could the form be set to catch all, like keypressed?? Then the eventhandler
could determine the action based upon mouse x/y and other variables...
/Finn
Then why did you post this:
> If I want to manage the event MouseWheel I can write a line like this in
> the designer of a form, for example.
>
> TabControl.MouseWheel += ...
>
> but, does anybody know why this event doesn't appear in the controls
> property window? You can see other events like MouseMove or MouseLeave
> but MouseWheel isn`t there.
?
That's exactly the question that David, Mick, and Finn are all
addressing, because that's exactly the question you asked.
And as for the question you apparently _meant_ to ask: why are you still
having a problem moving the inner panel, given that I already posted the
code you need to fix your problem?
Pete