Compartir a través de


CFileDialog::SetControlLabel

Establece el texto asociado a un control, como texto del botón o una etiqueta del cuadro de edición.

HRESULT SetControlLabel(
   DWORD dwIDCtl,
   const CString& strLabel
);

Parámetros

  • dwIDCtl
    Id. del control.

  • strLabel
    El nombre del control.

Requisitos

encabezado: afxdlgs.h

Vea también

Referencia

CFileDialog Class