Class AbstractPreviewControl
This is a simple generic externalpreview control that allow the creation of a tempoary file for previewing and then launching of the associated or specified application for that file. Then when this object is disposed or the launched process exits the temp file is deleted.
Inheritance
System.Object
AbstractPreviewControl
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.FileTypeSupport.Framework.PreviewControls
Assembly: Sdl.FileTypeSupport.Framework.PreviewControls.dll
Syntax
public abstract class AbstractPreviewControl : AbstractFileTypeDefinitionComponent, IFileTypeDefinitionAware, IAbstractPreviewControl, IAbstractPreviewController
Constructors
AbstractPreviewControl()
Constructor.
Declaration
public AbstractPreviewControl()
Properties
Control
The actual Windows Forms control for the preview display. See: Control.
Declaration
public abstract Control Control { get; }
Property Value
Type | Description |
---|---|
System.Windows.Forms.Control |
Methods
Refresh()
Implementation should refresh the content of the control.
Declaration
public abstract void Refresh()