Completed
Last Updated: 16 Jun 2015 16:32 by ADMIN
ADMIN
Stefan
Created on: 30 Jun 2010 08:08
Category: UI Framework
Type: Bug Report
2
FIX. RadOffice2007ScreenTipElement - the EnableCustomSize property accepts true as false and vice versa
RadOffice2007ScreenTipElement tip = new RadOffice2007ScreenTipElement();
tip.EnableCustomSize = false; //this enables custom size

In order to enable custom size the setting should be tip.EnableCustomSize = true;. The flag is incorrect.
0 comments