COleControl::GetNotSupported

Prevents access to a control's property value by the user.

void GetNotSupported( );

Remarks

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

See Also

Concepts

COleControl Class

COleControl Members

Hierarchy Chart

COleControl::SetNotSupported