Home

What is the correct answer?

4

In HelpProvider ___________ property is used to mention the help file name

A. HelpFileName

B. FileName

C. HelpNamespace

D. Name

Correct Answer :

C. HelpNamespace


Related Questions

You create a UserControl having a TextBox and include that in a separate… The default event handler of TextBox is A user wants that custom colors are visible when the Color Dialog Box… The SelectionMode property of a CheckedList Box can be set only to Structured and Unstructured exceptions can't be mixed To view Panels of a StatusBar set _________ to true If Option Explicit is on then Dim i as Integer="10" will produce an error To display multiple columns in ListView the View property must be set… DataSet can be used to connect to Crystal Report A form can have only ______ Main Menu and _________ Context Menu Using ADODB multiple tables can be connected at a time If a Class in inherited, its constructor is inherited automatically and… To add controls at runtime use In TreeView to get the node the mouse is pointing to, use To override Finalize function the scope of the function must be Get method is used to This view pops up if "Ctrl+F1" is pressed InputBox by default returns ________ values While handling keystrokes if e.Handled=True is set then Visual Basic Dim S as Integer=10Text1=SMsgbox(Text1.Text) To call a buttons click event use Set method is used to If a button click event is to be fired when the user press the 'Esc' key,… To redimension an array with its previous values intact use ___________… To make a button the default button, this property of the form must be… A form can have only one default button Dim a() as Integer-{1,2,3,4}is a valid statement A function can have multiple return statements Function abc() As StringReturn 10End Function If MustOverride is used then ____________ is also a must.