BB FlashBack SDK: FBMovie

DisplayCursorHighlightDialog

Description

Shows the standard dialog used for setting cursor highlight properties, as seen in the BB FlashBack product.

The dialog allows setting of:

  • Highlight mouse clicks

  • Highlight mouse cursor with a circle

  • Color, width and opacity of the highlight circle

  • Color, width and opacity of the border around the highlight circle

Use GetCursorHighlightProps to get the current cursor highlight properties.

See The FBCursorHighlightProps class for details of the cursor highlight properties.

Syntax

[C#/C++]
public void DisplayCursorHighlightDialog ();

[VB.NET]
Public Sub DisplayCursorHighlightDialog

See Also

FBMovie::GetCursorHighlightProps  The FBCursorHighlightProps Class