행위

"Progress Bar 스타일"의 두 판 사이의 차이

DB CAFE

잔글 (Dbcafe님이 Progress Bar) 스타일 문서를 Progress Bar 스타일 문서로 이동했습니다: Progress Bar 스타일)
(Progress Bar) 스타일)
 
1번째 줄: 1번째 줄:
=== Progress Bar) 스타일 ===
+
=== Progress Bar 스타일 ===
 
{| class="wikitable" style="text-align:center; bordercolor='#000000' border=1 "
 
{| class="wikitable" style="text-align:center; bordercolor='#000000' border=1 "
 
|- style="font-size:14px; font-family:'Arial Black', Gadget, sans-serif !important; background-color:#c0c0c0; color:#000000;"
 
|- style="font-size:14px; font-family:'Arial Black', Gadget, sans-serif !important; background-color:#c0c0c0; color:#000000;"

2024년 6월 16일 (일) 00:53 기준 최신판

thumb_up 추천메뉴 바로가기


Progress Bar 스타일[편집]

진행률 바 (Progress Bar) 스타일
진행률 바 (Progress Bar) 스타일 설명
#include <ProgressConstants.au3>
$PBS_MARQUEE 0x08 진행 상태를 스크롤 선택 윤곽으로 표시합니다.
$PBS_SMOOTH 0x01 기본 분할 막대 대신 부드러운 스크롤 막대에 진행 상태를 표시합니다.

참고 이 스타일은 Windows 클래식 테마에서만 지원됩니다. 다른 모든 테마는 이 스타일이 있든 없든 시각적으로 변경되지 않습니다.

$PBS_SMOOTHREVERSE 0x10 더 높은 값에서 더 낮은 값으로 변경될 때 부드러운 역방향 전환으로 진행 상태를 표시합니다. 기본적으로 컨트롤은 즉시 더 낮은 값으로 이동합니다.

참고 이 스타일은 Windows Vista 이상에서만 지원됩니다.

$PBS_VERTICAL 0x04 진행 상황을 아래에서 위로 수직으로 표시합니다.