C# Class WinQuickLook.PreviewHandlerHost

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: shibayan/WinQuickLook

Méthodes publiques

Méthode Description
CreatePreviewHandler ( string fileName ) : IPreviewHandler
GetPreviewHandlerCLSID ( string fileName ) : System.Guid
Open ( string fileName ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnResize ( EventArgs e ) : void

Private Methods

Méthode Description
UnloadPreviewHandler ( ) : void

Method Details

CreatePreviewHandler() public méthode

public CreatePreviewHandler ( string fileName ) : IPreviewHandler
fileName string
Résultat IPreviewHandler

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetPreviewHandlerCLSID() public static méthode

public static GetPreviewHandlerCLSID ( string fileName ) : System.Guid
fileName string
Résultat System.Guid

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

Open() public méthode

public Open ( string fileName ) : bool
fileName string
Résultat bool