Share

CAdUiRichEditCtrl::AppendString Method

C++

void AppendString(
    CString& str, 
    bool bBoldFormat
);

Description

Utility method that will append a string to content, optionally flagging it for bold display.

Parameters

Parameters Description
str The string to append to the existing content.
bBoldFormat Set to true if the string will be displayed bold, false otherwise.

Links

CAdUiRichEditCtrl Class

Was this information helpful?