| void CBCGPEdit::EnablePopupDialog | ( | CRuntimeClass * | pRTI, |
| UINT | nIDTemplate, | ||
| BOOL | bIsResizable = FALSE, |
||
| BOOL | bComboBoxMode = FALSE, |
||
| BOOL | bIsRightAligned = FALSE, |
||
| LPARAM | lpUserData = 0L |
||
| ) |
Enables drop button and puts the edit control in "popup dialog" mode.
| 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. |
| bComboBoxMode | If this parameter is TRUE, the control behaves like a combo box in drop list mode (there is no caret and edit cusror and user cannot select text inside the edit box). |
| bIsRightAligned | Specifies whether the popup dialog is right-aligned or not. |
| lpUserData | The user-defined data passed to the popup dialog. |