COleControl::SetNotSupported

Call this member function in place of the Set function when modification of the property value by the control's user is not supported. For instance, you'd call this function for a read-only property when a user attempts to set its value.

Syntax

void SetNotSupported( );

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleControl Overview, COleControl Member Functions, Control Classes, COleControl::GetNotSupported