例如我在窗体编辑页面中拖了一个TextBox,它的默认ID是TextBox1
那么如果我需要修改它的文本,也就是Text属性,则写TextBox1.Text=“需要修改的文本”
[TagProperty("cc",0,0,0,0)][BrowsableAttribute(true)]
[EditorAttribute(typeof(TagEditor),
typeof(System.Drawing.Design.UITypeEditor))]
public
TagProperty
TagSource
{
get
{
return
s_tag
}
set
{
s_tag=value
}
}
2 种方法 1.Convert.ToInt32(combobox里string类型的值)2.int.Parse(cosmbobox里string类型的值)
进行转换之前最好先判断下combobox的string值不为空,否则容易报错的!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)