C# Class WinQuickLook.PreviewHandlerHost

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: shibayan/WinQuickLook

Public Methods

Method Description
CreatePreviewHandler ( string fileName ) : IPreviewHandler
GetPreviewHandlerCLSID ( string fileName ) : System.Guid
Open ( string fileName ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
UnloadPreviewHandler ( ) : void

Method Details

CreatePreviewHandler() public method

public CreatePreviewHandler ( string fileName ) : IPreviewHandler
fileName string
return IPreviewHandler

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetPreviewHandlerCLSID() public static method

public static GetPreviewHandlerCLSID ( string fileName ) : System.Guid
fileName string
return System.Guid

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

Open() public method

public Open ( string fileName ) : bool
fileName string
return bool