Compartir a través de


CImeCUICandWindow::CCandListArea::ScrollBar::IsVisibleAlways (Windows CE 5.0)

Send Feedback

This method determines whether the scrollbar is always visible.

static BOOL IsVisibleAlways(void);

Parameters

None.

Return Values

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

OS Versions: Windows CE .NET 4.2 and later.
Header: Imjpskin.h.

See Also

CImeCUICandWindow | CImeCUICandWindow::GetMaxItems

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.