Intersoft ClientUI Documentation
Attach Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > DocumentViewerManager Class : Attach Method






documentViewer
The instance to be added to the collection.
Add the DocumentViewer object to the collection.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Attach( _
   ByVal documentViewer As DocumentViewerBase _
) 
Visual Basic (Usage)Copy Code
Dim documentViewer As DocumentViewerBase
 
DocumentViewerManager.Attach(documentViewer)
C# 
public static void Attach( 
   DocumentViewerBase documentViewer
)
Delphi 
public procedure Attach( 
    documentViewer: DocumentViewerBase
); static; 
JScript 
public static function Attach( 
   documentViewer : DocumentViewerBase
);
Managed Extensions for C++ 
public: static void Attach( 
   DocumentViewerBase* documentViewer
) 
C++/CLI 
public:
static void Attach( 
   DocumentViewerBase^ documentViewer
) 

Parameters

documentViewer
The instance to be added to the collection.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.