preferSoftDispose property

bool preferSoftDispose
getter/setter pair

requestDispose will execute softDispose. Useful for items in list and objects stored in ControlFactory. Final dispose must be handled manually.

Implementation

bool preferSoftDispose = false;