Help Center

CToolbar.GetStylemethod

Retrieves the styles currently in use for a toolbar control.

WindowsmethodCToolbar.incdocumented

Syntax

FUNCTION GetStyle (BYVAL hToolbar AS HWND) AS DWORD

Parameters

NameDescription
hToolbarHandle to the toolbar control.

Description

Retrieves the styles currently in use for a toolbar control.

Remarks

Returns a DWORD value that is a combination of toolbar control styles.

Reference

  • Include file CToolbar.inc
  • Defined in AfxNova/CToolbar.inc:764
  • Documented in Windows/WIndows Controls/CToolbar Class.md
  • Topic: CToolbar Class