







A collection of child bookmarks.
Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public ObservableCollection<Bookmark> Children { get; internal set; } |
Visual Basic |
---|
Public Property Children As ObservableCollection(Of Bookmark) Get Friend Set |
Visual C++ |
---|
public: property ObservableCollection<Bookmark^>^ Children { ObservableCollection<Bookmark^>^ get (); internal: void set (ObservableCollection<Bookmark^>^ value); } |