Can you tell me the properties of the controls?



Can you tell me the properties of the controls?..

Answer / Priyanka Varshney

The properties of a control in Visual Basic can be divided into three main categories: data, format, and event properties. Data properties store values or settings related to the control's content or state, such as the text displayed in a textbox or the selected item in a combobox. Format properties determine the appearance and layout of the control on the form or UserForm, including size, position, color, font, and borders. Event properties define actions that occur when the user interacts with the control, such as clicking a button or changing the value in a textbox.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What are different types of locks in ADODB?

4 Answers  


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


what are the Types of Resultsets?

1 Answers  


Explain the usage of Web Browser Control?

1 Answers  


Types of DBCombo boxes

1 Answers  


What are the important components of OLEDB?

1 Answers  


What is instantiating?

1 Answers  


What are the properties of datacontrol?

1 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


What does Query_unload event do in VB? Why we need Form _unload event?

3 Answers  


How do you clear the current selected item from a drop down combo box?

2 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


Categories