Available in the LEADTOOLS Imaging toolkit. |
OLEDropAllowed example for C++ 4.0 and later
This example toggles the OLEDropAllowed property.
if (m_Lead1.GetOLEDropAllowed() == FALSE)
m_Lead1.SetOLEDropAllowed(TRUE);
else
m_Lead1.SetOLEDropAllowed(FALSE);