Tree view object used for holding the bookmarks.
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()
}
The tree view object used for holding the bookmarks.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET