←Select platform

ThumbnailsContainer Property

Summary

Parent container of the thumbnails part of the document viewer

Syntax

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

Property Value

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

Remarks

Refer to DocumentViewerCreateOptions for more information.

Example

For an example, refer to DocumentViewer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly