Поделиться через


CRichEditCtrl::SetPunctuation

Sets the punctuation in a rich edit control.

BOOL SetPunctuation(
   UINT fType,
   PUNCTUATION* lpPunc 
);

Параметры

  • fType
    The punctuation flag. For a list of possible values, see the fType parameter for EM_SETPUNCTUATION in the Windows SDK.

  • lpPunc
    A pointer to a PUNCTUATION structure, as described in the Windows SDK.

Возвращаемое значение

Nonzero if successful, otherwise 0.

Заметки

This member function is available for only Asian-language versions of the operating system.

Требования

Header: afxcmn.h

См. также

Основные понятия

CRichEditCtrl Class

CRichEditCtrl Members

Hierarchy Chart

CRichEditCtrl::GetPunctuation