Share via


CVSListBoxBase::AddButton

This class supports the MFC framework infrastructure and is not intended to be used directly from your code.

BOOL AddButton(
   UINT uiImageResId,
   LPCTSTR lpszTooltip = NULL,
   WORD wKeyAccelerator = 0,
   BYTE fVirt = 0,
   UINT uiButtonID = 0
);

Parameters

Parameter

Description

[in] uiImageResId

 

[in] lpszTooltip

 

[in] wKeyAccelerator

 

[in] fVirt

 

[in] uiButtonID

 

Requirements

Header: afxvslistbox.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CVSListBoxBase Class