WinForms:是否有将标签与文本框相关联的概念? [英] WinForms: Is there a concept of associating a label with a textbox?

查看:12
本文介绍了WinForms:是否有将标签与文本框相关联的概念?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用带有 C# 的 Visual Studio 2010.在 Windows 窗体开发中是否存在以某种方式将标签与文本框链接的概念?让他们作为一个整体一起移动的东西?在 ASP.NET 世界中,有标签控件的 AssociatedControlId 属性.我还想我记得 MS Access 表单设计器有某种方式将标签与控件关联(或链接).这个功能甚至存在于 Visual Studio 世界中吗?

I'm using Visual Studio 2010 with C#. Is there a concept in Windows Forms development of somehow linking a label with is text box? Something so that they move together as a unit? In the ASP.NET world, there is the AssociatedControlId property of the label control. I also think I remember MS Access form designer having some way of associating (or linking) labels with controls. Does this feature even exist in Visual Studio world?

如果不是,您如何将标签与控件分组,以便在移动文本框时也不必手动移动标签?

If not, how do you group labels with controls such that if you move a text box you don't have to manually move the label also?

推荐答案

不,没有 - 至少是开箱即用的控件.如果你想要这个,你可以使用用户控件来实现它.

No there is not - at least with the out of the box controls. If you want this you could achieve it with a user control.

一般来说,winforms 不像 HTML 那样是行驱动的.

In general the winforms is not line driven in the same way as HTML is.

这篇关于WinForms:是否有将标签与文本框相关联的概念?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆