[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewOutlineView

C1PreviewOutlineView Class

Displays a tree representing the outline nodes of the connected preview pane.

Inheritance
C1PreviewOutlineView
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
[ToolboxBitmap(typeof(C1PreviewOutlineView), "C1PreviewOutlineView.png")]
public class C1PreviewOutlineView : TreeView, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged

Constructors

Name Description
C1PreviewOutlineView()

Initializes a new instance of the C1PreviewOutlineView class.

Properties

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.

Methods

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.

Events

Name Description
PropertyChanged

Occurs when a property of the outline view that is not inherited from the base class changes.