CToolbar.GetStylemethod
Retrieves the styles currently in use for a toolbar control.
Syntax
FUNCTION GetStyle (BYVAL hToolbar AS HWND) AS DWORD
Parameters
| Name | Description | |
|---|---|---|
hToolbar | Handle 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