C# 클래스 Ext.Net.ProgressBar

파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
ProgressBar System.ComponentModel
Reset void
Reset void
SyncProgressBar void
UpdateProgress void
UpdateProgress void
UpdateText void
UpdateText void
Wait void
Wait void

공개 메소드들

메소드 설명
ProgressBar ( Config config ) : System

비공개 메소드들

메소드 설명
ProgressBar ( ) : System.ComponentModel
Reset ( ) : void
Reset ( bool hide ) : void
SyncProgressBar ( ) : void
UpdateProgress ( float value ) : void
UpdateProgress ( float value, string text ) : void
UpdateText ( ) : void
UpdateText ( string text ) : void
Wait ( ) : void
Wait ( WaitConfig config ) : void

메소드 상세

ProgressBar() 공개 메소드

public ProgressBar ( Config config ) : System
config Config
리턴 System