Click or drag to resize
GridTabBeamDesignerMouseMove Method
Internal.

Namespace: Stingray.Grid
Assembly: Stingray.GridTabControl (in Stingray.GridTabControl.dll) Version: 14.0.0.0
Syntax
protected virtual void DesignerMouseMove(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
The event data.
Remarks
Design-time mouse handling. This method called by GridTabControlDesigner in order to support the GridTabControl control responsiveness at design time.
See Also