点击或拖拽改变大小

EditBox.AddLineFeeds 属性

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.

命名空间:  XSharp.VFP.UI
程序集:  XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法
 VIRTUAL PROPERTY AddLineFeeds AS LOGIC GET SET 
查看代码

属性值

类型:Boolean
参见