SECEdit::PadSpaces

CString SECEdit::PadSpaces(int nSpaces, SECEditLineCol lcSpace = (0, 0), BOOL bUseDefault = TRUE)

Converts a number of spaces into a string of whitespace required to fill space at the given line and column.

Defined in: SECEdit.cpp

Return Value

Returns a string of spaces.

Parameters

nSpaces

The number of spaces.

lcSpace

The line and column to insert the string.

bUseDefault

If non-zero, uses the settings from the configuration manager; otherwise, always uses tabs.

See Also

SECEditController SECEditController::PadToCaret