工具栏上的一个SpeedButton按钮如果要设置为状态按钮,则正确设置的方法是()
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: 将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为True。
B: 将SpeedButton按钮的GroupIndex属性设置为0,且AllowAllUp属性设置为False。
C: 将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为True。
D: 将SpeedButton按钮的GroupIndex属性设置为非0值,且AllowAllUp属性设置为False。
举一反三
- 工具栏上的一组按钮如果要构成互斥关系(如“左对齐”、“居中”、“右对齐”),它们的GroupIndex属性正确的设置是() A: GroupIndex属性值都为0 B: GroupIndex属性值非0,且互不相同 C: GroupIndex属性值非0,且相同 D: GroupIndex属性值互不相同
- 工具栏上的一组按钮如果要构成互斥关系(如“左对齐”、“居中”、“右对齐”),它们的GroupIndex属性正确的设置是() A: AGroupIndex属性值都为0 B: BGroupIndex属性值非0,且互不相同 C: CGroupIndex属性值非0,且相同 D: DGroupIndex属性值互不相同
- 要设置一个图片按钮,除了设置按钮的Picture属性外,还应该将按钮的Style属性设置为1.
- 创建应用程序的界面时,在窗体上添加了一个按钮,运行程序后,按钮没有出现在窗体上,可能的原因是______。 A: 该按钮的Value属性被设置为False B: 该按钮的Enabled属性被设置为False C: 该按钮的Visible属性被设置为False D: 该按钮的Default属性被设置为True
- 如果希望一个按钮仅显示图片,正确的设置是() A: 将按钮的Style属性设置为1-Graphical B: 设置按钮的Caption属性为空 C: 将按钮的Picture属性指定为一个图片文件 D: 以上都必须设置