버튼을 클릭했을때 또는 딜레이가 생기는 작업이 진행되고 있을때 마우스 커서의 모양을 다양하게 표시할 수 있습니다.
this.Cursor = Cursors.Arrow; // 기본 화살표 모양
this.Cursor = Cursors.Wait; // 모래시계 모양
this.Cursor = Cursors.Hand; // 손바닥 모양
this.Cursor = Cursors.Cross; // 십자선 모양
this.Cursor = Cursors.Help; // 물음표 모양
'Programing > WPF' 카테고리의 다른 글
[DevExpress]WaitIndicator (0) | 2018.09.05 |
---|---|
[초보자용]Button_Click_Event(버튼클릭시 새창열기) (0) | 2018.06.15 |
[DevExpress]GridControl column for show row number(행번호 추가) (0) | 2018.06.15 |
[DevExpress] 그리드 컨트롤에 임의의 컬럼추가, 데이터 추가하는 방법 (0) | 2018.06.11 |
MVC, MVP, MVVM 디자인 패턴이란 (0) | 2018.05.29 |