C# Class Microsoft.WindowsAPICodePack.Shell.PropertySystem.WindowProperties

Helper class to modify properties for a given window
Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Méthode Description
SetWindowProperty ( IntPtr windowHandle, PropertyKey propKey, string value ) : void

Sets a shell property for a given window

Method Details

SetWindowProperty() public static méthode

Sets a shell property for a given window
public static SetWindowProperty ( IntPtr windowHandle, PropertyKey propKey, string value ) : void
windowHandle System.IntPtr Handle to the window that the property will be set on
propKey PropertyKey The property to set
value string The value to set for the property
Résultat void