EditBox.AddLineFeeds 属性 | |
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
public virtual bool AddLineFeeds { get; set; }
查看代码属性值
类型:
Boolean参见