Página Win 3.1
Iconos de los componentes agrupados en la página Win 3.1
Esta página incluye controles propios de Windows 3.1 para permitir compatibilidad con aplicaciones antiguas. Muchos de estos controles tienen su versión actualizada en componentes incluidos en la página Win32.
Estos controles no deberían usarse al desarrollar nuevas aplicaciones. En la siguiente tabla se indica qué control debería usarse en su lugar:
Control Win 3.1 | Sustituir por | Página |
DBLookupCombo | DBLookupComboBox | Data Controls |
TabSet | TabControl | Win32 |
Outline | TreeView | Win32 |
TabbedNoteBook | PageControl | Win32 |
NoteBook | PageControl | Win32 |
Header | HeaderControl | Win32 |
DBLookupList | Data-aware list box that displays values looked up from columns in another table at runtime. |
DBLookupCombo | Data-aware combo box that displays values looked up from columns in another table at runtime. |
TabSet | Creates notebook-like tabs. You can use the TabSet component with the Notebook component to enable users to change pages. |
Outline | Displays information in a variety of outline formats. |
TabbedNotebook | Creates a component that contains multiple pages, each with its own set of controls. Users select a page by clicking the tab at the top of the page |
Notebook | Creates a component that can contain multiple pages. Used with the Notebook component, it enables users to change pages. |
Header | Creates a sectioned region for displaying data. Users can resize each section of the region to display different amounts of data. |
FileListBox | Displays a scrolling list of files in the current directory. |
DirectoryListBox | Displays the directory structure of the current drive. Users can change directories in a directory list box. |
DriveComboBox | Displays a scrolling list of available drives. |
FilterComboBox | Specifies a filter or mask to display a restricted set of files. |