Поделиться через


COleControl::BoundPropertyRequestEdit

Requests permission from the IPropertyNotifySink interface to change a bound property value provided by the control.

BOOL BoundPropertyRequestEdit(
   DISPID dispid 
);

Параметры

  • dispid
    The dispatch ID of a bound property of the control.

Возвращаемое значение

Nonzero if the change is permitted; otherwise 0. The default value is nonzero.

Заметки

If permission is denied, the control must not let the value of the property change. This can be done by ignoring or failing the action that attempted to change the property value.

Требования

Header: afxctl.h

См. также

Основные понятия

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::BoundPropertyChanged