DefaultOptions.ReplicateNewLineCharacterOptionName Field

Definition

The name of the default option that determines the newline character or characters. The newline character can be a string, as in the common case of "\r\n". This setting applies when ReplicateNewLineCharacter is false, or when ReplicateNewLineCharacter is true and the text buffer is empty.

public: System::String ^ ReplicateNewLineCharacterOptionName;
std::wstring ReplicateNewLineCharacterOptionName;
public const string ReplicateNewLineCharacterOptionName;
val mutable ReplicateNewLineCharacterOptionName : string
Public Const ReplicateNewLineCharacterOptionName As String 

Field Value

Applies to