CToolbar.GetExtendedStylemethod
Retrieves the extended styles for a toolbar control.
Syntax
FUNCTION GetExtendedStyle (BYVAL hToolbar AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. |
Return value
Returns a DWORD that represents the styles currently in use for the toolbar control. This value can be a combination of extended styles.
Description
Retrieves the extended styles for a toolbar control.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:575
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class