다양한 속성들
VB.Net - Button Control
VB.Net - Button Control The Button control represents a standard Windows button. It is generally used to generate a Click event by providing a handler for the Click event. Let's create a label by dragging a Button control from the Toolbox ad dropping it on
www.tutorialspoint.com
버튼 이벤트
종류 | 이름 | 설명 |
이벤트 | Click | 마우스 버튼을 눌렀을 때 발생 |
KeyPress | 키보드 키 눌렀다 놓았을 때 발생 | |
KeyDown | 키보드의 키를 눌렀을 때 발생 | |
KeyUp | 키보드의 키를 놓았을 때 발생 |
'언어공부 > Visual Basic' 카테고리의 다른 글
Visual Basic 리스트박스, 콤보박스 (0) | 2022.05.08 |
---|---|
Visual Basic 체크박스, 라디오버튼, 그룹박스 컨트롤 (0) | 2022.05.05 |
Visual Basic 레이블, 텍스트 박스 컨트롤 (0) | 2022.05.05 |
Visual Basic 컨트롤 규칙 (0) | 2022.05.04 |
Visual Basic 기초 용어 , 파일생성 (0) | 2022.05.04 |