Share via


IVoIPDisplayItem::IsSelectable (Windows Embedded CE 6.0)

1/6/2010

This method determines if this display item is selectable. A valid scenario for this type of issue is the case where there is sub popup menu inside a popup menu. In that scenario, the collection label item will be not selectable. It can also be used for aesthetic reasons. You may choose to have certain items as read-only or non-selectable, for example, a clock or a graphic.

Syntax

BOOL  IsSelectable( void );

Parameters

None.

Return Value

This method, as part of the base class, always returns either S_FALSE or E_NOTIMPL. It is optionally implemented by any classes that derive from the IVoIPDisplayItem interface.

Remarks

Note

This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.

Requirements

Header displayitem.hpp
Library PhCommon.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

IVoIPDisplayItem
PhCommon Reference