C# Class ZeroInstall.Hooking.WindowsTaskbar

显示文件 Open project: 0install/0install-win Class Usage Examples

Private Methods

Method Description
AddTaskLinks ( string appID, IEnumerable links ) : void
ConvertShellLink ( ShellLink shellLink ) : IShellLinkW

Converts a managed shell link structure to a COM object.

GetWindowPropertyStore ( IntPtr hwnd ) : IPropertyStore

Retrieves the property store for a window.

SetProgressState ( IntPtr handle, ProgressBarState state ) : void
SetProgressValue ( IntPtr handle, int currentValue, int maximumValue ) : void
SetPropertyValue ( IPropertyStore propertyStore, PropertyKey property, string value ) : void

Sets a property value.

SetWindowAppID ( IntPtr hwnd, string appID, string relaunchCommand = null, string relaunchIcon = null, string relaunchName = null ) : void
WindowsTaskbar ( ) : System