CBCGPProp* CBCGPPropList::GetProperty | ( | int | nIndex | ) | const |
Returns a property list control property according to the specified index.
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).
nIndex | Specifies the zero-based index of a property to be retrieved. |