←Select platform

BookmarksContainer Property

Summary

Parent container of the bookmarks part of the document viewer

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

Property Value

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

Remarks

Refer to DocumentViewerCreateOptions for more information.

Example

For an example, refer to DocumentViewer.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly