Multiple choice technology programming languages

A property page is designed from a dialog box and it has which of the following characteristics?

  1. Visible

  2. Enable

  3. TitleBar

  4. Border

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Property pages in MFC are dialog templates with specific styles: visible, border, and title bar (tab caption). They're typically disabled initially (enabled only when their tab is selected). The 'Enable' property refers to window enable state, not whether it's an enabled feature.