:CommandButton 控件
CommandButton控件可以开始、中断或者结束一个进程。选取这个控件后,CommandButton显示按下的形状,所以有时也称之为下压按钮。
语法
CommandButton
说明
为了在CommandButton控件上显示文本,需要设置其Caption属性。可以通过单击CommandButton选中这个按钮。为了能够在按ENTER键时也选中命令按钮,需要将其Default属性设置为True。为了能够按ESC键时也选中CommandButton,则需要将CommandButton的Cancel属性设置成True