COleControl::AmbientFont

LPFONTDISP AmbientFont( );

Return Value

A pointer to the container’s ambient Font dispatch interface. The default value is NULL. If the return is not equal to NULL, you are responsible for releasing the font by calling its IUnknown::Release member function.

Remarks

The ambient Font property is available to all controls and is defined by the container. Note that the container is not required to support this property.

COleControl OverviewClass MembersHierarchy Chart

See Also   COleControl::GetFont, COleControl::SetFont