Share

CAcUiDialog::CAcUiDialog

C++

CAcUiDialog(
    UINT idd, 
    CWnd * pParent = NULL, 
    HINSTANCE hDialogResource = NULL
);

Description

Constructs a CAcUiDialog object and enables or disables tool tips based on the AutoCAD TOOLTIPS system variable.

Parameters

Parameters Description
idd Input resource ID of the dialog template to use
pParent Input CWnd parent
hDialogResource Input dialog resource handle

Links

CAcUiDialog

Was this information helpful?