C# Класс WinCompose.SysTray

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AlwaysShow() публичный статический Метод

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
Результат void