【单选题】
若要使命令按钮不可操作,要对()属性设置。
A、Enabled
B、Visible
C、BackColor
D、Caption
A、Enabled
B、Visible
C、BackColor
D、Caption
A、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为True。 B、将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为False。 C、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为True。 D、将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为False。
A、A.设置命令按钮的Caption属性为空 B、B.为命令按钮的Picture属性指定一个图片文件 C、C.将命令按钮的Style属性设置为1---Graphical D、D.以上都是