Click or drag to resize
BtnBaseMouseDown Method
Handles the Mouse Down event from the parent.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
public virtual void MouseDown(
	Object sender,
	MouseEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: System.Windows.FormsMouseEventArgs
The event data.
See Also