PDFView4NET WinForms Edition
ShowPopup Method




O2S.Components.PDFView4NET.Annotations Namespace > PDFMarkupAnnotation Class : ShowPopup Method
True if the popup window should be displayed, false if it should be hidden.
Shows or hides the annotation popup window.
Syntax
'Declaration
 
Public Sub ShowPopup( _
   ByVal showPopup As Boolean _
) 
'Usage
 
Dim instance As PDFMarkupAnnotation
Dim showPopup As Boolean
 
instance.ShowPopup(showPopup)
public void ShowPopup( 
   bool showPopup
)
public: void ShowPopup( 
   bool showPopup
) 
public:
void ShowPopup( 
   bool showPopup
) 

Parameters

showPopup
True if the popup window should be displayed, false if it should be hidden.
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

Reference

PDFMarkupAnnotation Class
PDFMarkupAnnotation Members