Home

What is the correct answer?

4

To vertically arrange all forms in an MDI form use

A. Me.Layout(MdiLayout.TileVertical)

B. Me.MdiLayout(MdiLayout.TileVertical)

C. Me.LayoutMdi(MdiLayout.TileVertical)

D. Nothing is required because default is Vertical

Correct Answer :

C. Me.LayoutMdi(MdiLayout.TileVertical)


Related Questions

/*1. Class C2. public mustinherit sub abc()3. msgbox("Base Class")4. end… To call a buttons click event use If a form call another form and the caller form is closed through code,… Finally is fired only when error occurs You create a UserControl having a TextBox and include that in a separate… In reports ___________ property help to assign user-defined criteria To add controls at runtime use A MsgBox can have maximum ___________ button(s) If you want to open a file named "a.txt" use If Option Explicit is on then Dim i as Integer="10" will produce an error A TreeView can have multiple root nodes The SelectionMode property of a CheckedList Box can be set only to Using MyBase you can call base class Data from DataSet is accessed using34 The Apply button automatically appears of the Font Dialog Box is opened Function abc() As StringReturn 10End Function To add items stored in an array to a ListView use In OLEDB database can be accessed without using DataSet If Scrollbars property of a TextBox is set to Hortizontal and the WordWrap… DataSet can be used to connect to Crystal Report _________ and _____________ combines to make a KeyPress event A DataSet can hold multiple tables even if there are similar fields ___________ is used to pass copies of a variable while __________ is used… A single OLEDBAdapter can have many DataSets ________ converts to long datatype What cannot be done if the table has no primary key If nothing is selected in a combo box, its index value is DomainUpDown control is used only for strings and NumericUpDown for numbers. Use a _________ statement to make Visual Basic object the default object… In HelpProvider ___________ property is used to mention the help file…