Instrumentation Widgets for PDA

SwitchBase.OnMouseDown Method 

Raises the MouseDown event and set Checked property corresponding to current mouse position.

[Visual Basic]
Overrides Protected Sub OnMouseDown( _
   ByVal mevent As MouseEventArgs _
)
[C#]
protected override void OnMouseDown(
   MouseEventArgs mevent
);

Parameters

mevent

See Also

SwitchBase Class | PerpetuumSoft.InstrumentationPDA Namespace