点击或拖拽改变大小

TextBoxReadOnly 属性

获取或设置文本框是否只读

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.641.16928
语法
public bool ReadOnly { get; set; }

属性值

类型:Boolean
如果文本框只读,则为 true;否则为 false。默认为 false。
参见