Home

What is the correct answer?

4

You create a UserControl having a TextBox and include that in a separate Form. Can you use all the properties of the TextBox in the UserControl from that Form?

A. Yes

B. No

Correct Answer :

B. No


Related Questions

If you want to open a file named "a.txt" use Images can be loaded from This property of TrackBar is not present Using MyBase you can call base class While handling keystrokes if e.Handled=True is set then Visual Basic A Class can inherit both Class and Interface at a time Use a _________ statement to make Visual Basic object the default object… ScrollBars can be added to Get method is used to This view is not present in VB.NET DomainUpDown control is used only for strings and NumericUpDown for numbers. If a form call another form and the caller form is closed through code,… Using ADODB multiple tables can be connected at a time InputBox by default returns ________ values If nothing is selected in a combo box, its index value is If MustOverride is used then ____________ is also a must. If Option Explicit is on then Dim i as Integer="10" will produce an error Using OLEDB you can connect more than one table In TreeView to get the node the mouse is pointing to, use To override Finalize function the scope of the function must be In OLEDB database can be accessed without using DataSet Structured and Unstructured exceptions can't be mixed Set method is used to In ADODB the _____________ property is used to connect to the table Function abc() As StringReturn 10End Function dim arr(10) as string, the max index of the array is Finally is fired only when error occurs If a Form is Inherited from another Form and both Forms have certain codes… /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.… A DataSet can be updated only when the connection is open