摘要:
利用控件的键盘按下事件: /// /// 判断是否按下数字键 /// public static bool IsNumber(KeyPressEventArgs e) { if ((e.KeyChar >= '0' && ... 阅读全文
摘要:
利用控件的键盘按下事件: /// /// 判断是否按下数字键 /// public static bool IsNumber(KeyPressEventArgs e) { if ((e.KeyChar >= '0' && ... 阅读全文
摘要:
对话框的名称就是对应的图标名称:MessageBoxIcon: 所有图标样式MessageBoxIcon.QuestionMessageBoxIcon.AsteriskMessageBoxIcon.InformationMessageBoxIcon.ErrorMessageBoxIcon.StopM... 阅读全文
摘要:
对话框的名称就是对应的图标名称:MessageBoxIcon: 所有图标样式MessageBoxIcon.QuestionMessageBoxIcon.AsteriskMessageBoxIcon.InformationMessageBoxIcon.ErrorMessageBoxIcon.StopM... 阅读全文
摘要:
1、TreeList设置内容不可编辑,在OptionBehavior中的Editable属性设置为false即可.GridControl同样2、TreeList获取节点的内容,node.GetDisplayText(object ColumnID),参数为获取列的编号;3、TreeList鼠标右键... 阅读全文
摘要:
1、TreeList设置内容不可编辑,在OptionBehavior中的Editable属性设置为false即可.GridControl同样2、TreeList获取节点的内容,node.GetDisplayText(object ColumnID),参数为获取列的编号;3、TreeList鼠标右键绑... 阅读全文
摘要:
定义btnAdd事件: private void btnAdd_Click(object sender, EventArgs e) { frmNodeItem nodeItem = new frmNodeItem(); if (this.M... 阅读全文
摘要:
定义btnAdd事件: private void btnAdd_Click(object sender, EventArgs e) { frmNodeItem nodeItem = new frmNodeItem(); if (this.M... 阅读全文