| 1. | You cannot remove static controls at run time 无法在运行时移除静态控件。 |
| 2. | Attempts to remove a static control will throw an exception 尝试移除静态控件将引发一个异常。 |
| 3. | We will now create a static control which we will draw the tiles on 我们将创建一个静态控件。在它上面我们将要画图块。 |
| 4. | Like static controls , an ime window does not respond to user input by itself 像静态控件一样, ime窗口类自己不响应用户的输入。 |
| 5. | Unlike a dynamic control , a static control is added to an . aspx page on every request 与动态控件不同,静态控件在每次请求时添加到. aspx页。 |
| 6. | This event applies to both static declared in the markup of a web page and dynamic controls 此事件对于静态控件(在网页的标记中声明的控件)和动态控件都适用。 |
| 7. | The delete verb is not available on static controls controls declared in the markup of the web page 删除谓词在静态控件(在网页的标记中声明的控件)上不可用。 |
| 8. | If a control is added by declaring it in the markup of a web page a static control , it is always a shared control 如果在网页的标记中通过声明添加了某控件(静态控件) ,则该控件始终是共享控件。 |
| 9. | Control is a static control , which means the control is declared in the markup of a web parts page and not added to the page programmatically 控件是否为静态控件,即控件在web部件页的标记中声明,而不是通过编程方式添加至页中。 |
| 10. | Controls are those that are added programmatically , or from a web parts catalog , as opposed to static controls that are declared in the markup of a web page 控件是以编程方式添加或从web部件目录中添加的控件,而静态控件是在网页的标记中声明的。 |