Which Windows Media Player control property will hide the player from user's view?

  1. Anchor

  2. FileName

  3. Location

  4. ShowControl

  5. Visible


Correct Option: E

AI Explanation

To answer this question, you need to understand the properties of the Windows Media Player control.

Option A) Anchor - This option is incorrect because the Anchor property is used to specify how a control is anchored within its container and does not hide the player from the user's view.

Option B) FileName - This option is incorrect because the FileName property is used to specify the file name or URL of the media file to be played and does not hide the player from the user's view.

Option C) Location - This option is incorrect because the Location property is used to specify the location of the control within its container and does not hide the player from the user's view.

Option D) ShowControl - This option is incorrect because the ShowControl property is used to specify whether the player's control bar is displayed or hidden, but it does not hide the entire player from the user's view.

Option E) Visible - This option is correct because the Visible property is used to specify whether the control is visible or hidden. Setting the Visible property to false will hide the player from the user's view.

The correct answer is E) Visible. This option is correct because it allows you to hide the player from the user's view by setting the Visible property to false.

Find more quizzes: