Help Center

CToolbar.SetExtendedStylemethod

Sets the extended styles for a toolbar control.

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION SetExtendedStyle (BYVAL hToolbar AS HWND, BYVAL dwExStyle AS DWORD) AS DWORD

Parameters

NameDescription
hToolbarHandle to the toolbar control.
dwExStyleValue 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