진행 상태를 표시하는 Progress 를 상태창 을 표시합니다.
코드 블럭 | ||||
---|---|---|---|---|
| ||||
public void ProgressShow( string title, string detail, bool enableCancel, ) |
Parameters
title |
---|
Type: String
Progress 표시 Title 입니다.
detail |
---|
Type: String
세부 상테 표시 메세지 입니다.
enableCancel |
---|
Type: bool
취소 버튼 사용 여부 입니다.
...