Buttons details in MouseMove event

Hi Ivan,

1. I have problem inheriting pdfviewctrl and overriding the mouse move
event.

The value of e.Button is always 'none' in the OnMouseMove event
handler

base.OnMouseMove(e);
if (e.Button == MouseButtons.Left)
{
     Console.WriteLine("Left button"); ----------------------->
doesn't get executed
}
Console.WriteLine(e.Button.ToString()); ---------------------->
always "none"

Does PDFNet Sdk has any workaround?

2. Has TextBox annotation (FreeText annotation) tool in pdfviewctrl
updated? when is the update expected?

3. Can you add a file (like ChangesLog.Txt with every minor update)
you upload on server so that we may download the SDK when required
update is available ? (will save from downloading SDK frequently).

Regards
Karthikeyan