Click or drag to resize
AB4D logo

MouseCameraControllerInfoAddCustomInfoLine(Int32, MouseCameraControllerMouseAndKeyboardConditions, String) Method

AddCustomInfoLine adds custom message with keyboard and mouse button icon to the existing mouse controller info.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax
C#
public void AddCustomInfoLine(
	int insertRowIndex,
	MouseCameraControllerMouseAndKeyboardConditions mouseAndKeyboardIcons,
	string message
)

Parameters

insertRowIndex  Int32
index of the inserted row at the time of insertion
mouseAndKeyboardIcons  MouseCameraControllerMouseAndKeyboardConditions
keyboard and mouse icons
message  String
text to display
See Also