Click or drag to resize
BtnBaseMouseUp Method
Handles the Mouse Up event from the parent.

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

Parameters

sender
Type: SystemObject
The object that raised the event.
e
Type: System.Windows.FormsMouseEventArgs
The event data.
Remarks
If mouse button is pressed and released within the button's boundaries, this method raises the Click event.
See Also