CMvcVisualComponent::Sprint

virtual void CMvcVisualComponent::Sprint(CString& strDesc)

Print a description of this visual part to the specified string

Defined in: MvcVisualComponent.h

Return Value

void

Parameters

strDesc

A string to hold trhe return value

Comments

This function just prints an identifier or description of this object to the specified string. You should override this function and customize the printing.