What is the differece between the (name) and caption
properties of a control?

Answers were Sorted based on User's Feedback



What is the differece between the (name) and caption properties of a control? ..

Answer / yuvaraja sengodan

Caption it is changeable at run-time but Name can not be changed at run-time.

Is This Answer Correct ?    18 Yes 1 No

What is the differece between the (name) and caption properties of a control? ..

Answer / ranjith reddy bandi

"Name" is used as a control name, where we can call the
control using that name, it's used in code behind.

"Caption" is used to dispaly to the user, we can not call
the control using the caption, it's UI to the end user.

Is This Answer Correct ?    11 Yes 1 No

What is the differece between the (name) and caption properties of a control? ..

Answer / apekshanegi

caption it is changeable at run time but name cannot be changed at run time

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is Vlookup introduction and formula?

2 Answers  


What is the purpose of the AutoRedraw property on a form or container?

3 Answers  


Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library

4 Answers   Wipro,


How will you define a function to accept optional arguments?

1 Answers  


Types of LockEdits in DAO?

0 Answers  






Which property of textbox cannot be changed at runtime. What is the max size of textbox?

0 Answers  


How would you attach pictures in column headers of List View Control?

0 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


How can you determine performance standards?

0 Answers  


What are the types of API Types.

0 Answers   TCS,


What is OLE and DDE? Explain?

1 Answers  


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


Categories