C# 클래스 WinCompose.SysTray

파일 보기 프로젝트 열기: samhocevar/wincompose 1 사용 예제들

공개 메소드들

메소드 설명
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