SECEdit::GetWhitespaceChar
TCHARSECEdit::GetWhitespaceChar(BOOLbTabChar= FALSE)
Retrieves a visible character that represents white space.
Defined in: SECEdit.cpp
Return Value
Returns a TCHAR that can be used to visibly represent either a space or a tab.
Comments
The character returned can be used to display white space in the viewport.Parameters
bTabChar
Indicates to return a character for either a tab or a space. If non-zero, returns a character for a tab.
See Also