void CBCGPPropList::EnableDescriptionArea | ( | BOOL | bEnable = TRUE , |
BOOL | bShowMoreIndicator = FALSE |
||
) |
Enables the description area shown under the list of properties.
Call this function to enable or disable the description area shown at the bottom of the property list control.
By the default, the description area is disabled.
bEnable | If TRUE, the description area is enabled. If FALSE, the description area is disabled. |
bShowMoreIndicator | If this parameter is TRUE and there is not enough space to show a whole text, a small indicator will be drawn at the description area bottom right. |