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

Helper class to modify properties for a given window
Mostra file Open project: dlech/SshAgentLib

Public Methods

Method Description
SetWindowProperty ( IntPtr windowHandle, PropertyKey propKey, string value ) : void

Sets a shell property for a given window

Method Details

SetWindowProperty() public static method

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
return void