Home

What is the correct answer?

4

RichTextBox1.BulletIndent=5 ; what will be the effect of this code if used in any program

A. It will set the bulleted indentation by the specified value

B. It will create a list of bullet of 5 items

C. All of the above

Correct Answer :

A. It will set the bulleted indentation by the specified value


Related Questions

It is possible to pass different number parameters to a function when… DocumentForm() it is Data1.Recordset.FindFirst "State=NY"The above code will find the record… RichTextBox1.BulletIndent=5 ; what will be the effect of this code if… Currency variable stores fixed point numbers with : Visual Basic produce: Print' statement can be used to print any statement on the screen. Now() function will return the current drive and directory you are working… Dialog title property is used to change the title of any dialog box Sorted property of list box control is a design time property and cannot… The title of the dialog box can be changed. To get the property window in visual basic you have to press Min and Max property can be used with Font common dialog box to determine Visual Basic has ____________ number of editions CommonDialog control is the default control that anyone can find in the… Flag property is used to adjust the function of each common dialog box The arrange property of MDI form is available at design time. You can get the ASCII value of any character or number by using Delete method of the recordset of Data Control or Data Access Object is… In visual basic, number of loop control structure is _____________. Redim statement is used to : IsDate() function returns true if its argument is a valid date and time One can change or read the alignment of one or more paragraph of rich… In a programme body :Private sub form_load()X=inputbox("First No. :")Y=inputbox("Second… It is possible to declare 'Dynamic Array' in visual basic. Time() function is used to recover date & time. To get the property window in visual basic you have to press : When someone uses the code like list1.list(1); then it will return the… In case of visual basic, IDE means : In timer control _____________ is the most important property.