Home >Common Problem >What is there without the caption attribute in vb?
The one that does not have a caption attribute in VB is the "list box", which means that the list box control does not have a Caption attribute, and the caption in VB refers to the title of a control, which is the text displayed on the control.
The one that does not have a caption attribute in vb is the "list box".
The list box control does not have a Caption property.
caption in vb
caption in vb refers to the title of a control, which is the text displayed on the control! label1.caption="Hello', then the label control label1 displays "Hello", form1.caption="Hello", then the window title is "Hello".
Related introduction: