LanguagePreferences.CutCopyBlankLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.