Share via


CImeCUICandWindow::CCandListArea::ScrollBar::IsVisibleAlways (Windows Embedded CE 6.0)

1/6/2010

This method determines whether the scrollbar is always visible.

Syntax

static BOOL IsVisibleAlways(void);

Parameters

None.

Return Value

TRUE indicates that the scrollbar is always visible. FALSE indicates that the scrollbar is hidden if the number of candidates is fewer than the maximum number specified by the GetMaxItems method.

Remarks

This method controls the appearance of the scrollbar when the number of candidates is fewer than the maximum number allowed. For example, if the number of candidates is two while the candidate list has room to show five candidates, the state of the scrollbar becomes disabled if this method returns TRUE. The scrollbar is hidden if this method returns FALSE.

Requirements

Header imjpskin.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

CImeCUICandWindow
CImeCUICandWindow::GetMaxItems