Intersoft ClientUI Documentation
Attach Method



The instance to be added to the collection.
Add the DocumentViewer object to the collection.
Syntax
Public Shared Sub Attach( _
   ByVal documentViewer As DocumentViewerBase _
) 
Dim documentViewer As DocumentViewerBase
 
DocumentViewerManager.Attach(documentViewer)
public static void Attach( 
   DocumentViewerBase documentViewer
)
public:
static void Attach( 
   DocumentViewerBase^ documentViewer
) 

Parameters

documentViewer
The instance to be added 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