获取控件的值
int iType=0; iType = this->enum0->GetProperties()->GetEnum("Value");
设置控件的值
int iNth=0; this->enum01->GetProperties()->SetEnum("Value",iNth);
设置控件不可修改
this->enum01->SetEnable(false);
【NX二次开发】Block UI 枚举
原文:https://www.cnblogs.com/KMould/p/13345533.html