The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
COleControl::GetNotSupported
Prevents access to a control's property value by the user.
void GetNotSupported( );
Call this function in place of the Get function of any property where retrieval of the property by the control's user is not supported. One example would be a property that is write only.
Requirements
Header: afxctl.h
Show: