#VB神童教程第二章第四节——CommandButton控件 搜索结果
CommandButton控件在程序中主要作为按钮进行使用。默认的名称为CommandX(X为1、2、3,等等),命名规则为CmdX(X为用户自定义的名字,如CmdCopy、CmdPaste,等等)。一、CommandButton的主要属性:1、Cancel(取消)属性: