TIvoryDraw::AutoHideCursor

Determines whether the TIvoryDraw component automatically turns the cursor off when DirectX mode is being activated.

__property bool AutoHideCursor;

Description

If AutoHideCursor is true, Ivory Draw automatically hides the mouse cursor when you're activating the DirectX mode. The default value for AutoHideCursor is true. If AutoHideCursor is true, you can still turn on the cursor with the help of the form's Cursor property anytime.

Back to TIvoryDraw