2.2.6.25.1 PropertySheet::AddPage

Description

when nID == 0, Page is assumed to be already initialized with ID else, Page ID is overwritten by the supplied ID. Use ID if same classes instances are used for various pages. Otherwise, initializing ID from constructor can be used with default ID.

Syntax

BOOL AddPage( int nID )


BOOL AddPage( PropertyPage & PropPage, int nID = 0 )

Parameters

nID


PropPage
nID

Return

Examples

Remark

See Also

Header to Include

Dialog.h