←Select platform

TreeView Property

Summary

Tree view object used for holding the bookmarks.

Syntax
C#
VB
C++
public TreeView TreeView { get; } 
Public ReadOnly Property TreeView() As System.Windows.Forms.TreeView 
   Get 
public:  
   property System::Windows::Forms::TreeView^ TreeView 
   { 
      System::Windows::Forms::TreeView^ get() 
   } 

Property Value

The tree view object used for holding the bookmarks.

Remarks

TreeView is initialized during CreateDocumentViewer when the value of DocumentViewerCreateOptions.BookmarksContainer is not null.

A new instance of System.Windows.Forms.TreeView is created and set in this property. The control is added as a child to DocumentViewerCreateOptions.BookmarksContainer.

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.