vb控件大全 VB中什么控件不能獲得焦點(diǎn)控件的具體名稱?
VB中什么控件不能獲得焦點(diǎn)控件的具體名稱?沒(méi)有tabIndex屬性的控件是無(wú)法設(shè)置焦點(diǎn)的控件,如計(jì)時(shí)器、形狀、線條、圖像等。您還可以判斷控件是否具有setfocus方法。vb中哪些控件能獲得焦點(diǎn)?碰巧
VB中什么控件不能獲得焦點(diǎn)控件的具體名稱?
沒(méi)有tabIndex屬性的控件是無(wú)法設(shè)置焦點(diǎn)的控件,如計(jì)時(shí)器、形狀、線條、圖像等。您還可以判斷控件是否具有setfocus方法。
vb中哪些控件能獲得焦點(diǎn)?
碰巧我在書中有它。請(qǐng)看一看。我希望它能幫助你。支持獲取焦點(diǎn)的控件有:checkbok、combobox、CommandButton、dirlistbox、filelistbox、hscrollbar、vscrollbar、listbox、optionbutton、PictureBox、textbox等。不支持:frame、label、,menu.line.shape菜單。圖像,計(jì)時(shí)器