| void CBCGPMenuButton::EnablePopupDialog | ( | CRuntimeClass * | pRTI, | 
| LPCTSTR | lpszTemplateName, | ||
| BOOL | bIsResizable = FALSE, | ||
| BOOL | bIsRightAligned = FALSE | ||
| ) | 
Enables the popup dialog associated with this button.
| pRTI | The popup dialog runtime class. Should be derived from CBCGPDialog | 
| lpszTemplateName | The popup dialog resource name. | 
| bIsResizable | Specifies whether the popup dialog is resizable or not. | 
| bIsRightAligned | Specifies whether the popup dialog is right-aligned or not. |