HighlightColor property
Description
Specifies the highlighting color for the mouse pointer.
Property type
An Unsigned Long value.
Syntax [Visual Basic]
Property HighlightColor As Unsigned Long
Example [Visual C#]
VideoRecorder.HighlightColor = (uint)ColorTranslator.ToWin32(Color.LightGreen);
Example [Visual Basic]
VideoRecorder.HighlightColor = ColorTranslator.ToWin32(Color.LightGreen)
Example [Visual C++]
VideoRecorder.put_HighlightColor(RGB(0,255,0));
|