C# PropertyGrid控件的小问题
我想把botelv改成中文的波特率请问程序该怎么改?我的程序是这样的classGo{privateint_botelv=9600;[CategoryAttribute("...
我想把botelv改成中文的 波特率 请问程序该怎么改?
我的程序是这样的
class Go { private int _botelv=9600; [CategoryAttribute("偏振装置")] public int botelv { get { return _botelv; } set { _botelv = botelv; } }
} 展开
我的程序是这样的
class Go { private int _botelv=9600; [CategoryAttribute("偏振装置")] public int botelv { get { return _botelv; } set { _botelv = botelv; } }
} 展开
1个回答
展开全部
请为botelv属性加上特性DisplayName,如
[DisplayName("波特率")]
该特性如CategoryAttribute一样位于System.ComponentModel命名空间
[DisplayName("波特率")]
该特性如CategoryAttribute一样位于System.ComponentModel命名空间
更多追问追答
追问
private string _guangpuboduan = "0.9-1.7微米";
private string _xiangjixinghao = "Bobcat-320";
对不起还有个小问题,我想让第二个显示在前面,第一个显示在后面怎么办?
追答
请在UI设计器中选择PropertyGrid控件的实例,展开属性面板,
更改PropertySort属性到NoSort,如此可以不按照字母顺序自动排序,而是根据属性出现的先后顺序进行排列。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询