SECEditController::m_nIndicatorOffset

int SECEditController::m_nIndicatorOffset

Offset added to the zero based line and column indicators.

Developer Notes

Lines and columns are zero based internally. When the current line and column is displayed in the app's status bar, by adding: ID_SECEDIT_INDICATOR_CARET to the status bar indicators, the value of m_nIndicatorOffset will be added to these zero based offsets. By default, this value is 1.

This member is an internal implementation detail of SECEditController and may be subject to change in future versions.