PDFView4NET WinForms Edition
AnnotationToolTipDraw Event




O2S.Components.PDFView4NET Namespace > PDFPageView Class : AnnotationToolTipDraw Event
Gets or sets the event that is fired when an annotation tooltip needs to be drawn.
Syntax
'Declaration
 
Public Event AnnotationToolTipDraw As EventHandler(Of AnnotationToolTipDrawEventArgs)
'Usage
 
Dim instance As PDFPageView
Dim handler As EventHandler(Of AnnotationToolTipDrawEventArgs)
 
AddHandler instance.AnnotationToolTipDraw, handler
public event EventHandler<AnnotationToolTipDrawEventArgs> AnnotationToolTipDraw
public: __event EventHandler<AnnotationToolTipDrawEventArgs*>* AnnotationToolTipDraw
public:
event EventHandler<AnnotationToolTipDrawEventArgs^>^ AnnotationToolTipDraw
Event Data

The event handler receives an argument of type AnnotationToolTipDrawEventArgs containing data related to this event. The following AnnotationToolTipDrawEventArgs properties provide information specific to this event.

PropertyDescription
Gets the annotation for which the tooltip needs to be drawn.  
Gets the size and location of the annotation tooltip to draw.  
Gets the font used to draw the annotation tooltip.  
Gets the graphics surface used to draw the annotation tooltip.  
Gets the text for the annotation tooltip that is being drawn.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also