C# 클래스 Microsoft.WindowsAPICodePack.Shell.PropertySystem.WindowProperties

Helper class to modify properties for a given window
파일 보기 프로젝트 열기: dlech/SshAgentLib

공개 메소드들

메소드 설명
SetWindowProperty ( IntPtr windowHandle, PropertyKey propKey, string value ) : void

Sets a shell property for a given window

메소드 상세

SetWindowProperty() 공개 정적인 메소드

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
리턴 void