QuickAdmin.Net Reference
C#
Show/Hide TOC
CRUDProxy
Form
Control
Type
Of
Readonly
Property Enumeration
只读属性使用的表单控件类型。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
enum
FormControlTypeOfReadonlyProperty
Members
NormalLabel
0
正常标签控件。
DisabledLabel
1
禁用状态的标签控件。
ReadonlyInputBox
2
只读状态的输入框。
Multiline
为
true
用 TextArea,否则用 TextBox。
DisabledInputBox
3
禁用状态的输入框。
Multiline
为
true
用 TextArea,否则用 TextBox。
See Also
Reference
QuickAdmin.RCL Namespace
In This Article
Definition
Members
See Also