LanguagePreferences.CutCopyBlankLines Property

Definition

Gets or sets whether to include spaces on blank lines when cutting and copying.

public:
 property bool CutCopyBlankLines { bool get(); void set(bool value); };
public:
 property bool CutCopyBlankLines { bool get(); void set(bool value); };
public bool CutCopyBlankLines { get; set; }
member this.CutCopyBlankLines : bool with get, set
Public Property CutCopyBlankLines As Boolean

Property Value

true if blanks are to be preserved while cutting and copying, otherwise false, i.e., all spaces on a blank line are lost when cutting or copying.

Remarks

This property affects the preferences value fCutCopyBlanks.

Applies to