fIcon property

bool get fIcon

Specifies whether this structure defines an icon or a cursor.

Implementation

bool get fIcon => _fIcon != FALSE;
set fIcon (bool value)

Implementation

set fIcon(bool value) => _fIcon = value ? TRUE : FALSE;