マウスグリップ可否判定

Namespace: FVIL.GDI
Assembly: FVILbasic (in FVILbasic.dll) Version: 3.1.0.0 (3.1.0.17)

Syntax

C#
public override sealed void CanMouseGrip(
	Object sender,
	MouseEventArgs e,
	ref bool AllowGrip
)
Visual Basic
Public Overrides NotOverridable 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%
グリップ許可ステータス

Remarks

Activetrue の時、 AllowGripfalse に変更し、他のオーバレイのマウスグリップを禁止します。 既に false の場合は何も行いません。

See Also