Constructor PreviewFileSplitted
PreviewFileSplitted(Control)
Initializes a new instance of the PreviewFileSplitted class.
public PreviewFileSplitted(Control parent)
Parameters
parentControlParent of the control.
PreviewFileSplitted()
Initializes a new instance of the PreviewFileSplitted class.
public PreviewFileSplitted()
PreviewFileSplitted(IFilePreview, IFilePreview, bool)
Initializes a new instance of the PreviewFileSplitted class.
public PreviewFileSplitted(IFilePreview centerPanel, IFilePreview secondPanel, bool isRight)
Parameters
centerPanelIFilePreviewPreview control which is docked in the center.
secondPanelIFilePreviewSecond preview control.
isRightboolWhether second panel is shown in the right side bar.