COleControl::SetNotSupported

This method is called in place of the Set method when modification of the property value by the control's user is not supported. For example, call this method for a read-only property when a user attempts to set its value.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void SetNotSupported( );

See Also

COleControl::GetNotSupported