Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackPile::ShowNumCardsTooltip Property

Sets or retrieves whether to display the count of cards in the pile's tooltip.

Syntax:

HRESULT get_ShowNumCardsTooltip(
   VARIANT_BOOL *pbShow
);

HRESULT put_ShowNumCardsTooltip(
   VARIANT_BOOL bShow
);

Parameters:

pbShow
Address of a VARIANT_BOOL variable to receive whether the count of cards is displayed.
bShow
A VARIANT_BOOL variable specifying whether to show the count of cards (VARIANT_TRUE) or not (VARIANT_FALSE).

Return Value:

Returns S_OK if successful, or an error value otherwise.

Remarks:

By default, there is no tooltip displayed. Setting the ISolpackPile::CommentTooltip property, or setting the ShowNumCardsTooltip property to true, will cause the tooltip to be displayed. Setting ISolpackPile::CommentTooltip to NULL removes any comment associated with the pile; the tooltip will only contain the number of cards, if specified by ShowNumCardsTooltip.

  February 24, 2002 jmhoersc@mtu.edu