Intersoft ClientUI Documentation
Detach Method (DocumentViewerManager)



The instance to be removed to the collection.
Remove the DocumentViewer object from the collection.
Syntax
Public Shared Sub Detach( _
   ByVal documentViewer As DocumentViewerBase _
) 
Dim documentViewer As DocumentViewerBase
 
DocumentViewerManager.Detach(documentViewer)
public static void Detach( 
   DocumentViewerBase documentViewer
)
public:
static void Detach( 
   DocumentViewerBase^ documentViewer
) 

Parameters

documentViewer
The instance to be removed to the collection.
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

DocumentViewerManager Class
DocumentViewerManager Members

Send Feedback