AppWinStyle 열거형
정의
Shell
함수를 호출할 때 호출된 프로그램에 사용할 창 스타일을 나타냅니다.Indicates the window style to use for the invoked program when calling the Shell
function.
public enum class AppWinStyle
public enum AppWinStyle
type AppWinStyle =
Public Enum AppWinStyle
- 상속
필드
Hide | 0 | 창이 숨겨지고 포커스가 숨겨진 창에 전달됩니다.Window is hidden and focus is passed to the hidden window. 이 멤버는 Visual Basic 상수 |
MaximizedFocus | 3 | 창이 포커스가 있는 전체 화면으로 표시됩니다.Window is maximized with focus. 이 멤버는 Visual Basic 상수 |
MinimizedFocus | 2 | 창이 포커스가 있는 아이콘으로 표시됩니다.Window is displayed as an icon with focus. 이 멤버는 Visual Basic 상수 |
MinimizedNoFocus | 6 | 창이 아이콘으로 표시됩니다.Window is displayed as an icon. 현재 활성 창은 활성 상태로 남습니다.The currently active window remains active. 이 멤버는 Visual Basic 상수 |
NormalFocus | 1 | 창에 포커스가 생기며 원래 크기와 위치로 복원됩니다.Window has focus and is restored to its original size and position. 이 멤버는 Visual Basic 상수 |
NormalNoFocus | 4 | 창이 가장 최근 크기와 위치로 복원됩니다.Window is restored to its most recent size and position. 현재 활성 창은 활성 상태로 남습니다.The currently active window remains active. 이 멤버는 Visual Basic 상수 |
설명
실행 하면 Shell
명령, 실제 값 대신 코드에서 열거형 멤버를 사용할 수 있습니다.When you issue Shell
commands, you can use the following enumeration members in your code in place of the actual values.
합니다 Style
인수는 AppWinStyle
열거형 멤버입니다.The Style
argument takes the AppWinStyle
enumeration members.