EditBox.AddLineFeeds Property | |
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
public virtual bool AddLineFeeds { get; set; }
Request Example
View SourceProperty Value
Type:
LogicSee Also