ColorSettingsSetMouseToolForGraphicPane Method

Change the mouse cursor for one specific graphic pane mouse tool.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SetMouseToolForGraphicPane(
	int index,
	Cursor mouseCursor
)

Parameters

index  Int32
Index of the old mouse tool.
mouseCursor  Cursor
New Cursor to use this one instead of PCBI default cursors.

Return Value

Boolean
true if a mouse cursor was changed

See Also