Table of Contents

Class PreviewFileSplitted

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Implements preview control which splits its view into two docked panels and uses First and Second preview sub-controls there. When FileName is changed, preview sub-controls are also updated.

public class PreviewFileSplitted : Control, IBaseObject, IDisposableObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, IControl, IDisposable, IWin32Window, INotifyDataErrorInfo, IFilePreview
Inheritance
PreviewFileSplitted
Implements
Derived

Constructors

PreviewFileSplitted(IFilePreview, IFilePreview, bool)

Initializes a new instance of the PreviewFileSplitted class.

Properties

FileName

Gets or sets path to the previewed file.

First

First preview sub-control which default docking position is at the center.

Second

First preview sub-control which default docking position is at the right.

Methods

SecondPanelToBottom()

Moves second preview panel to the bottom bar.

SecondPanelToRight()

Moves second preview panel to the right side bar.