SECEditCtrlWrapper_T::GetHorzSBLogUnits

template <class wnd_t, class vp_t>
int SECEditCtrlWrapper_T<wnd_t, vp_t>::GetHorzSBLogUnits(void)

Retrieves the logical units per horizontal scrollbar unit.

Defined in: SECEditScrollBarWrapper_T.h

Return Value

The number of logical units per horizontal scrollbar unit. The default value returned is the number of logical units for a single character of text (based on the average character width of the current font).

See Also

SECEditCtrlWrapper_T

Class Template Arguments

wnd_t

A CWnd-derived class.

vp_t

A SECEditViewport-derived class.