Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Retrieves the handle to the tab control of a property sheet. You can use this macro or send the PSM_GETTABCONTROL message explicitly.
Syntax
HWND PropSheet_GetTabControl(
HWND hDlg
);
Parameters
hDlg
Type: HWND
Handle to the property sheet.
Return value
Type: HWND
Returns the handle to the tab control.
Remarks
Note This macro is not supported when using the Aero wizard style (PSH_AEROWIZARD).
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | prsht.h |