I want to suppress the tool tip that automatically pops up when the mouse is hovered over a single day view appointment where all the text can not be displayed. I have my own tool tip I am managing and it works fine. Unfortuanately the default tool tip comes up when the text that I had put into the appointment itself is larger than can be displayed and I need to turn that feature off. Assistance would be appreciated.
Set the TipStyleActivity property to 'None'. Note that there was a bug in the Office2007 ViewStyle (fixed around a year ago) whereby this property was not being observed correctly, so if you are using that ViewStyle and the tooltips are still appearing, you might want to download the latest version.
I am using 2008 v1 so I am current, the Property TipStyleActivity is not a property of the UltraDayView, I know it is a property of the month view, but again not part of the UltraDayView. I have seven days visiable using the dayview and I show the appointments inside of there (bound to data). So, agian, how do I suppress them in the UltraDayView?