COleControl::BoundPropertyRequestEdit

BOOL BoundPropertyRequestEdit( DISPID dispid );

Return Value

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

Parameters

dispid

The dispatch ID of a bound property of the control.

Remarks

Call this function to request permission from the IPropertyNotifySink interface to change a bound property value provided by the control. 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.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::BoundPropertyChanged