C# Class WinCompose.SysTray

Afficher le fichier Open project: samhocevar/wincompose Class Usage Examples

Méthodes publiques

Méthode Description
AlwaysShow ( string pattern ) : void

Check that the systray icon for the program is marked as “always show” and restart explorer if any changes were made. The argument is a regex used to match against the executable path.

Method Details

AlwaysShow() public static méthode

Check that the systray icon for the program is marked as “always show” and restart explorer if any changes were made. The argument is a regex used to match against the executable path.
public static AlwaysShow ( string pattern ) : void
pattern string
Résultat void