DictionaryForumContacts

   English
Terms for subject Microsoft containing control | all forms | exact matches only
EnglishChinese
access control entry存取控制項目 (An entry in either a securable object's discretionary access control list (DACL) or an object's system access control list (SACL). In a DACL, the entry grants or denies permissions to a user or group. In a SACL, the entry specifies which security events to audit for a particular user or group or controls the Windows Integrity Level for the object)
access control list存取控制清單 (In Windows-based systems, a list of access control entries (ACE) that apply to an entire object, a set of the object's properties, or an individual property of an object, and that define the access granted to one or more security principals)
ASP.NET mobile controlASP.NET 行動控制項 (One of a set of ASP.NET controls designed for mobile Web applications. ASP.NET mobile controls extend their ASP.NET server control counterparts)
ASP.NET server controlASP.NET 伺服器控制項 (" A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag.")
client extension control用戶端擴充功能控制項 (A user interface control that can be added to Microsoft Dynamics CRM entity forms and within the application toolbar or navigation area of an entity form. These controls are configured in XML within ISV.Config and are designed to allow the inclusion of functionality from another web application within Microsoft Dynamics CRM. There are three types of client extension controls: Menu Items, Buttons, Entity Form Navigation areas)
composite control複合控制項 (A custom server control that consists of a custom collection of other server controls as child controls)
container control容器控制項 (A type of ASP.NET mobile control that contains other controls and provides visual groupings of controls and content)
control state控制項狀態 (A field in an ASP.NET Web page that stores the current property settings for server controls on the page. Control state is used to recreate the page and reestablish previous settings on each postback)
custom client control自訂用戶端控制 (A custom control authored by a user or a third-party software vendor in Windows Forms applications)
custom control自訂控制 (A control authored by a user or a third-party software vendor)
custom server control自訂伺服器控制項 (A custom control authored by a user or a third-party software vendor in Web Forms (ASP.NET pages))
discretionary access control list判別存取控制清單 (An access control list that is controlled by the owner of an object and that specifies the access particular users or groups can have to the object)
dynamic control動態控制項 (A Web Parts control that is persisted in a personalization store; it does not appear in the declarative markup of an .aspx page. After it has been added to a page, the WebPartManager control automatically creates an instance of the control from the personaization store on future requests)
HTML server controlHTML 伺服器控制項 (" An ASP.NET server control that belongs to the System.Web.UI.HtmlControls namespace. An HTML server control maps directly to an HTML element and is declared on an ASP.NET page as an HTML element marked by a runat="server" attribute, for example
mobile user control行動使用者控制項 (An ASP.NET mobile control derived from the System.Web.UI.MobileControls.MobileUserControl class. User controls provide containers for custom controls built from other ASP.NET mobile controls)
No Control不控制 (A quantity selling option that specifies that a product can be sold only in existing units in the product catalog. A salesperson cannot create new units for sale)
Outside Voice Control外部語音控制 (The application that connects a mobile device to the enterprise network. Outside Voice Control enables mobile devices that are running the mobile application of Lync Server or Office Communicator Mobile to send and receive calls that come through the enterprise network, in addition to calls that come through the mobile carrier network)
part control A control in the Web Parts control set that inherits directly or indirectly from the System.Web.UI.WebControls.WebParts.Part class and is used to create the primary user interface of Web Parts applicationsWeb 組件控制項 (Part Control)
per-user control每一使用者控制項 (A dynamic Web Parts control that can be personalized and permanently deleted from a page for an individual user only. A per-user control appears on the page only when the page is in user scope. Note that a per-user control can have properties that are both user-scope and shared-scope for personalization purposes)
remote call control遠端呼叫控制 (The ability to send and receive calls on a desktop phone by using a computer-supported telecommunications application, such as Lync or Communicator)
shared control共用控制項 (A Web Parts control that can appear on a Web page and be personalized when the page is in either shared or user-level personalization scope. Note that a shared control can have properties that are both user-scope and shared-scope for personalization purposes)
static control靜態控制項 (" A Web Parts control that is part of the declarative "page persistence" markup in an .aspx page; it exists only as part of the .aspx page, not in a personalization store like a dynamic Web Parts control. Unlike a dynamic control, a static control is added to an .aspx page on every request. A static Web Parts control is always a shared control, which means that although users can both personalize and "close" the control when the page is in either shared or user scope, the control can never be permanently deleted.")
status bar control狀態列控制項 (A standard Windows control that provides the functionality of a status bar)
system access control list系統存取控制清單 (An ACL that controls the generation of audit messages for attempts to access a securable object. The ability to get or set an object's SACL is controlled by a privilege typically held only by system administrators)
templated control樣板化控制項 (An ASP.NET server control that does not itself provide a visual interface but allows its users (page developers) to supply templates that provide a visual interface. When the ASP.NET page parser encounters a templated control, it parses the control's template and dynamically creates child controls that supply the visual interface. The Repeater and DataList ASP.NET server controls are templated controls. The DataGrid control is not strictly a templated control, but uses templates to customize its user interface)
toolbar control工具列控制項 (A standard Windows control designed with the same characteristics as the toolbar)
tree view control樹狀檢視控制項 (A standard Windows control that allows a set of hierarchically-related objects to be displayed as an expandable outline)
validation server control驗證伺服器控制項 (A server control, included with ASP.NET, that verifies user input. The input is checked as it comes from HTML server controls and Web server controls (for example, a Web page form) against programmer-defined requirements. Validation controls perform input checking in server code. If the user is working with a browser that supports DHTML, the validation controls can also perform validation using client script)
Web Parts controlWeb 組件控制 (A control that is part of the Web Parts control set)
Web Parts control setWeb 組件控制集 (The integrated set of ASP.NET software components that provide personalization, structural components such as zones and the WebPartManager control, Web Parts UI controls, and other components for building Web Parts controls and applications)
Web server controlWeb 伺服器控制項 (" An ASP.NET server control that belongs to the System.Web.UI.WebControls namespace. Web server controls are richer and more abstract than HTML server controls. A Web server control has an asp tag prefix on an ASP.NET page, such as .")