マウスカーソルの形状変更可否判定

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

Syntax

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

Parameters

sender
Type: System..::..Object
マウスイベントが発生したコントロール
e
Type: System.Windows.Forms..::..MouseEventArgs
発生したマウスイベント
AllowChange
Type: System..::..Boolean%
カーソル変更許可ステータス

See Also