- 积分
- 949
- 明经币
- 个
- 注册时间
- 2014-12-1
- 在线时间
- 小时
- 威望
-
- 金钱
- 个
- 贡献
-
- 激情
-
|
RibbonTextBox rtb = new RibbonTextBox
{
ShowImage = true,
Image = imageSource(Res.xz),
LargeImage = imageSource(Res.xz),
Size = RibbonItemSize.Standard,
Width=175,
};
row1.Items.Add(rtb);
ribSource2.Items.Add(row1);
我做了一个RibbonTextBox,但是就是求不出RibbonTextBox里面的值,我是这么写的string str = rtb.TextValue,只要一执行这句话,Cad就会崩溃,哪位大哥帮帮我呀,我都弄2天了
|
|