C# Class Microsoft.WindowsAPICodePack.Taskbar.TaskbarWindow

Inheritance: IDisposable
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Private Properties

Свойство Type Description
SetTitle void
TaskbarWindow System
TaskbarWindow System
UpdateHandles void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Release the native objects.

Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SetTitle ( string title ) : void
TaskbarWindow ( IntPtr userWindowHandle ) : System
TaskbarWindow ( TabbedThumbnail preview ) : System
UpdateHandles ( ) : void

Method Details

Dispose() public méthode

Release the native objects.
public Dispose ( ) : void
Résultat void

Dispose() public méthode

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