Home

What is the correct answer?

4

If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap property is also set to true. Which one will get precedence

A. Scrollbars

B. WordWrap

C. No precedence both will work

Correct Answer :

B. WordWrap


Related Questions

A DataSet can be updated only when the connection is open To view Panels of a StatusBar set _________ to true You can assign a Main Menu to any control Two commands can be written in the same line using ScrollBars can be added to On error goto lbl is a Structured and Unstructured exceptions can't be mixed When a project is Built it creates a _______ and ________ file under Bin… To print use If a form call another form and the caller form is closed through code,… PasswordChar property of a TextBox can accept " " (space) as the password… If you want to open a file named "a.txt" use This view pops up if "Ctrl+F1" is pressed The EventLog's ________ method is used to write an entry to a log file To get details about an error use The correct sequence of Form Loading is Using OLEDB you can connect more than one table In ListView the item that is currently selected is determined by This view is not present in VB.NET Default event handler of Splitter is In HelpProvider ___________ property is used to mention the help file… ___________ is used to pass copies of a variable while __________ is used… The default Tab of a Tab Control is To call a buttons click event use InputBox by default returns ________ values While handling keystrokes if e.Handled=True is set then Visual Basic dim arr(10) as string, the max index of the array is Use a _________ statement to make Visual Basic object the default object… /*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… /*1. Class C2. public notoverridable sub abc()3. msgbox("Base Class")4.…