[]
Displays a tree representing the outline nodes of the connected preview pane.
[ToolboxBitmap(typeof(C1PreviewOutlineView), "C1PreviewOutlineView.png")]
public class C1PreviewOutlineView : TreeView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged
Name | Description |
---|---|
C1PreviewOutlineView() | Initializes a new instance of the C1PreviewOutlineView class. |
Name | Description |
---|---|
ExpandTree | Gets or sets a value indicating whether to expand the tree when the outline is displayed for the first time. |
FollowPreviewPage | Gets or sets a value indicating whether selection follows the current preview page (StartPageIdx). |
Nodes | Gets the collection of tree nodes representing the outline entries of the document. |
PreviewPane | Gets or sets the preview pane to which this outline view is connected. |
Name | Description |
---|---|
Dispose(bool) | Releases the resources used by the C1PreviewOutlineView. |
OnNodeMouseClick(TreeNodeMouseClickEventArgs) | |
OnPropertyChanged(string) | Raises the PropertyChanged event. |
ResetPreviewPane() | Resets the PreviewPane property to its default value. |
ShouldSerializePreviewPane() | Indicates whether the PreviewPane property should be serialized. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property of the outline view that is not inherited from the base class changes. |