CComboEx.CalcHorizontalExtentmethod
Calculates the size, in logical units, of the widest string item.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION CalcHorizontalExtent (BYVAL hCombo AS HWND) AS LONG
Description
Calculates the size, in logical units, of the widest string item.
Example
CCombo.CalcHorizontalExtent(hCombo)
Reference
- Include file
CCombo.inc - Documented in Windows/WIndows Controls/CCombo Class.md
- Topic: CCombo Class