控制字段是否显示
//控件正常显示,但是控件的内容不再改变
Field field = this.View.Model.BusinessInfo.GetField("FBranchNote");
this.View.StyleManager.SetEnabled(field, "FBranchNote", false);
this.View.UpdateView("FBranchNote");
横向对比
//点击按钮,备注字段锁定,变成灰色
this.View.GetControl("FNote").Enabled = false;
【emoji】
控制字段是否显示
//控件正常显示,但是控件的内容不再改变Field field = this.View.Model.BusinessInfo.GetField("FBranchNote");this.View.StyleManager...
点击下载文档
本文2024-09-16 17:23:20发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-15395.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章