COleControl::SetNotSupported
Prevents modification to a control's property value by the user.
void SetNotSupported( );
Remarks
Call this function in place of the Set function of any property where modification of the property value by the control's user is not supported. One example would be a property that is read only.
Requirements
Header: afxctl.h