CToolbar.SetExtendedStylemethod
Sets the extended styles for a toolbar control.
Syntax
FUNCTION SetExtendedStyle (BYVAL hToolbar AS HWND, BYVAL dwExStyle AS DWORD) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle to the toolbar control. | |
dwExStyle | Value specifying the new extended styles. This parameter can be a combination of extended styles. |
Return value
Returns a DWORD that represents the previous extended styles. This value can be a combination of extended styles.
Description
Sets the extended styles for a toolbar control.
Reference
- Include file
CToolbar.inc - Defined in AfxNova/CToolbar.inc:1143
- Documented in Windows/WIndows Controls/CToolbar Class.md
- Topic: CToolbar Class