QuickAdmin.Net Reference
C#
C#
Show/Hide TOC
RCLButton
.
Client
Confirm
Msg Property
按钮的客户端确认提示消息字符串。
Definition
Namespace:
QuickAdmin.RCL
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.0.122
C#
Copy
public
string
ClientConfirmMsg {
get
;
set
; }
Property Value
string
Remarks
若设置了此属性,点击按钮时将弹出一个确认对话框。
See Also
Reference
RCLButton Class
QuickAdmin.RCL Namespace
In This Article
Definition
Remarks
See Also