다음을 통해 공유


DDP_Radio

Call this function in your control's DoPropExchange function to synchronize the value of the property with the associated property page radio button control.

void AFXAPI DDP_Radio( 
   CDataExchange*pDX, 
   int id, 
   int &member, 
   LPCTSTR pszPropName  
);

매개 변수

  • pDX
    Pointer to a CDataExchange object. The framework supplies this object to establish the context of the data exchange, including its direction.

  • id
    The resource ID of the radio button control associated with the control property specified by pszPropName.

  • member
    The member variable associated with the property page control specified by id and the property specified by pszPropName.

  • pszPropName
    The property name of the control property to be exchanged with the radio button control specified by id.

설명

This function should be called before the corresponding DDX_Radio function call.

요구 사항

Header: afxctl.h

참고 항목

참조

DDP_Check

DDP_Text

COleControl::DoPropExchange

DDX_Radio

개념

MFC 매크로 및 전역