void CBCGPMenuButton::EnablePopupDialog | ( | CRuntimeClass * | pRTI, |
UINT | nIDTemplate, | ||
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 |
nIDTemplate | The popup dialog resource ID. |
bIsResizable | Specifies whether the popup dialog is resizable or not. |
bIsRightAligned | Specifies whether the popup dialog is right-aligned or not. |