πŸ“Š Webenabled Application
Q. In order to get the text associated with the link, ..................... method can be used.
  • (A) e.data.link.tostring
  • (B) e.link.linkdata.tostring
  • (C) e.linkdata.link.tostring
  • (D) e.link.data.tostring
πŸ’¬ Discuss
βœ… Correct Answer: (B) e.link.linkdata.tostring
πŸ“Š Webenabled Application
Q. Hyperlinks can be created using the ........................................ method in LinkClicked event handler.
  • (A) system.diagnostics.process.start
  • (B) system.diagnostics.hyperlinks.start
  • (C) system.diagnostics.link.start
  • (D) system.diagnostics.link.event
πŸ’¬ Discuss
βœ… Correct Answer: (A) system.diagnostics.process.start
πŸ“Š Webenabled Application
Q. i) ActiveLinkColor ii) LinkSize iii) LinkBehavior iv) Links
  • (A) i, ii and iii only
  • (B) i, iii and iv only
  • (C) i, ii and iv only
  • (D) all i, ii, iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (B) i, iii and iv only
πŸ“Š Webenabled Application
Q. i) BottomCenter ii) MiddleTop iii) TopLeft iv) MiddleLeft
  • (A) i, ii and iii only
  • (B) i, iii and iv only
  • (C) i, ii and iv only
  • (D) all i, ii, iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (B) i, iii and iv only
πŸ“Š Webenabled Application
Q. The SaveFile method is used to save the text in a rich text box to disk, and the ................ method to read it back.
  • (A) loadfile
  • (B) readfile
  • (C) readit
  • (D) readback
πŸ’¬ Discuss
βœ… Correct Answer: (A) loadfile
πŸ“Š Webenabled Application
Q. i) CanDelete ii) Find iii) LoadFile iv) SelectAll
  • (A) i, ii and iii only
  • (B) ii, iii and iv only
  • (C) i, ii and iv only
  • (D) all i, ii, iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (B) ii, iii and iv only
πŸ“Š Webenabled Application
Q. Which of the following is NOT the public property of RichTextBox Objects.
  • (A) detecturls
  • (B) detecttext
  • (C) bulletindent
  • (D) rightmargin
πŸ’¬ Discuss
βœ… Correct Answer: (B) detecttext
πŸ“Š Webenabled Application
Q. In order for the scroll bars to actually appear, the text box's ................. property must be True.
  • (A) multiline
  • (B) multitext
  • (C) scrolling
  • (D) multivisible
πŸ’¬ Discuss
βœ… Correct Answer: (A) multiline
πŸ“Š Webenabled Application
Q. i) None ii) Horizontal iii) Vertical iv) Both
  • (A) i, ii and iii only
  • (B) ii, iii and iv only
  • (C) i, ii and iv only
  • (D) all i, ii, iii and iv
πŸ’¬ Discuss
βœ… Correct Answer: (D) all i, ii, iii and iv
πŸ“Š Webenabled Application
Q. Which of the following is NOT the public events of TextBox objects.
  • (A) autosize changed
  • (B) readonly changed
  • (C) click
  • (D) link clicked
πŸ’¬ Discuss
βœ… Correct Answer: (D) link clicked