为用户控件创建属性

编程入门 行业动态 更新时间:2024-10-12 01:23:25
本文介绍了为用户控件创建属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有一个用户控件。在用户控件中,我有一个datagridview和一些其他控件。我想为我的用户控件创建属性,正常情况下使用一个datagridview的完整属性。帮我?你非常喜欢吗?

解决方案

试试这个 public partial class UserControl1:DataGridView { public UserControl1() { InitializeComponent(); } }

I have a user control. In the user control, I have a datagridview and some other controls. I want to create properties for my user control with the full attributes of one datagridview as normal. Help me? Thanhk you very much?

解决方案

Try this one

public partial class UserControl1 : DataGridView { public UserControl1() { InitializeComponent(); } }

更多推荐

为用户控件创建属性

本文发布于:2023-11-09 21:23:06,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1573471.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:控件   属性   用户

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!