Click or drag to resize

EditBox.AddLineFeeds Property

X#
Specifies that the EditBox should insert linefeed characters (CHR(10)) after carriage return characters (CHR(13)) within the text of an EditBox whenever the Value property is read or whenever the value is stored to the ControlSource.

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 VIRTUAL PROPERTY AddLineFeeds AS LOGIC GET SET 
Request Example View Source

Property Value

Type: Logic
See Also