Method | Description | |
---|---|---|
FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow | ||
MyStartsWith ( this a, string b ) : bool | ||
ToImageSource ( this icon ) : ImageSource |
Method | Description | |
---|---|---|
DeleteObject ( |
public static FindWindow ( string title ) : ManagedWinapi.Windows.SystemWindow | ||
title | string | |
return | ManagedWinapi.Windows.SystemWindow |
public static MyStartsWith ( this a, string b ) : bool | ||
a | this | |
b | string | |
return | bool |
public static ToImageSource ( this icon ) : ImageSource | ||
icon | this | |
return | ImageSource |