マウスグリップ可否判定

Namespace: FVIL.GDI
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public override void CanMouseGrip(
	Object sender,
	MouseEventArgs e,
	ref bool AllowGrip
)
Visual Basic
Public Overrides Sub CanMouseGrip ( 
	sender As Object,
	e As MouseEventArgs,
	ByRef AllowGrip As Boolean
)

Parameters

sender
Type: System..::..Object
マウスイベントが発生したコントロール
e
Type: System.Windows.Forms..::..MouseEventArgs
発生したマウスイベント
AllowGrip
Type: System..::..Boolean%
グリップ許可ステータス

See Also