Home

What is the correct answer?

4

What is the default value for multi-select property of list box control.

A. 1

B. 2

C. 0

D. none

Correct Answer :

C. 0


Related Questions

It is possible to build an application without using any form: DocumentForm() it is It is possible to insert a picture in a option button control. It is possible to change the shortcut key assigned to any menu for accessing… Redim statement is used to : which should be included when an application is used without any forms CommonDialog1.ShowOpenFilename1=CommonDialog1.FilenameThe above code will It is not possible to change the back color property of option button… Which property of list box control reports the number of selected items. It is possible in visual basic to specifying array limit like from 1 to… What is the default value of MaxLength property of text box control? The maximum length of a variable is _____________ characters. To draw a form on the screen which event is being called up It is possible to declare 'Dynamic Array' in visual basic. In visual basic you can draw something in Constants are processed faster than variables : Through which property of option button control one can change the font… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… which control structure are working under false condition In visual basic, number of loop control structure is _____________. Data1.Recordset.FindFirst "State=NY"The above code will find the record… The size of 'Boolean' data type is : In a text box control the default caption for text box is text1. Suppose there is a data control named data1. What will be the effect if… Sorted property of list box control is a design time property and cannot… Sorted property of list box control is a design time property and cannot… There are _________________ no. of built in windows dialog boxes provided… In runtime it is not possible to change the form size. Sort is a method by which elements can be sorted in flexgrid control If the user wants to select the multiple files from file open and filesave…