BCGControlBar Pro for MFC
CBCGPProp* CBCGPPropList::GetProperty ( int  nIndex) const

Returns a property list control property according to the specified index.

Returns
A pointer to a property object if the function succeeds; otherwise NULL.

Call this function to get the direct access to a property list control property object. The function asserts if the specified index is out of range (below zero, or exceeds the number of properties).

Parameters
nIndexSpecifies the zero-based index of a property to be retrieved.