您要查找的是不是:
- 设置控件的Tab键顺序To set the tab order of a control
- Tab键顺序就是用户按TAB键将焦点从一个控件移动到另一个控件的顺序。The tab order is the order in which a user moves focus from one control to another by pressing the TAB key.
- 获取或设置在控件的容器的控件的Tab键顺序。Gets or sets the tab order of the control within its container.
- 例如,控件的设计时视图可以提供可用任务菜单,包括自动设置控件格式的任务。For example, the design-time view of your control could provide a menu of available tasks, including a task to format the control automatically.
- 使用GetNextControl方法可以按Tab键顺序检索上一个或下一个子控件。Use the GetNextControl method to retrieve the previous or next child control in the tab order.
- 使用OnLoad事件方法来设置控件中的属性并建立数据库连接。Use the OnLoad event method to set properties in controls and establish database connections.
- 更改控件的默认Tab键顺序Change the default tab order for controls
- ASP.NET表达式是基于运行时计算的信息设置控件属性的一种声明性方式。ASP.NET expressions are a declarative way set control properties based on information that is evaluated at run time.
- 设置控件的边距Setting Margins for Your Controls
- Label参与窗体的Tab键顺序,但不接收焦点(Tab键顺序中的下一个控件接收焦点)。A Label participates in the tab order of a form, but does not receive focus (the next control in the tab order receives focus).
- 为应对这种情况,请在应用程序中加入根据设备功能查询结果设置控件属性的代码。To manage such scenarios, you include code in the application to set the properties of the controls depending on the results of device capabilities queries.
- 如果在此阶段设置控件属性,则其值可能会在下一阶段被改写。If you set a control property at this stage, its value might be overwritten in the next event.
- 依次单击控件以建立所需的Tab键顺序。Click the controls sequentially to establish the tab order you want.
- 设置控件的填充Setting Padding for Your Controls
- ASP.NET Web服务器控件中的Tab键顺序、焦点和访问键Tab Order, Focus, and Access Keys in ASP.NET Web Server Controls
- 获取或设置控件组,当从Gets or sets the group of controls for which the control that is derived from the
- 这些控件的堆叠顺序取决于操作窗格是垂直停靠还是水平停靠。The stack order of the controls depends on whether the actions pane is docked vertically or horizontally.
- 设置控件大小为位图大小Set our control's size to be the same as the bitmap
- 最后,可在Tab键顺序中跳过窗体上众多控件中的任何控件。Finally, any control of the many on your form can be skipped in the tab order.
- 获取或设置控件绑定到的容器的边缘并确定控件如何随其父级一起调整大小。Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent.