←Select platform

ViewContainer Property

Summary

Parent container of the view part of the document viewer

Syntax
C#
VB
C++
public Control ViewContainer { get; set; } 
Public Property ViewContainer() As System.Windows.Forms.Control 
   Get 
   Set 
public:  
   property System::Windows::Forms::Control^ ViewContainer 
   { 
      System::Windows::Forms::Control^ get() 
      void set(System::Windows::Forms::Control^ value) 
   } 

Property Value

The parent container of the view part of the document viewer.

Remarks

Refer to DocumentViewerCreateOptions for more information.

Example

For an example, refer to DocumentViewer.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.