DictionaryForumContacts

Terms containing Control | all forms | exact matches only
SubjectEnglishMalay
comp., MSaccess controlkawalan capaian (A security mechanism that determines which operations a user, group, service, or computer is authorized to perform on a computer or on a particular object, such as a file, printer, registry subkey, or directory service object)
comp., MSaccess control entrymasukan kawalan capaian (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)
comp., MSaccess control listsenarai kawalan capaian (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)
comp., MSActiveX controlkawalan ActiveX (A software control that incorporates ActiveX technology)
comp., MSASP.NET mobile controlkawalan mudah alih ASP.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)
comp., MSASP.NET server controlkawalan pelayan ASP.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.")
comp., MSattachment controlkawalan lampiran (A control that allows users to attach files to their form when they fill it out)
comp., MSbound controlkawalan batas (A control used on a form, report, or data access page to display or modify data from a table, query, or SQL statement)
comp., MSbutton controlkawalan bebutang (A graphical control that enables a user to provide input to an application)
comp., MSchange controlkawalan perubahan (Principles and processes that facilitate the management of change without compromising the quality or integrity of an IT project or solution, through structured procedures for submitting, approving, implementing, and reviewing change requests)
comp., MSchrome controlkawalan krom (An HTML and JavaScript based control that renders the top chrome, which is available to use in apps for SharePoint)
comp., MScombo box controlkawalan kotak kombo (A standard Windows control that combines text box and list box functions)
comp., MScomposite controlkawalan komposit (A custom server control that consists of a custom collection of other server controls as child controls)
comp., MScontainer controlkawalan bekas (A type of ASP.NET mobile control that contains other controls and provides visual groupings of controls and content)
comp., MScontent controlkawalan kandungan (A control designed to contain content such as placeholder or sample text or images that is updated by the user, or pre-defined lists of items from which users can select)
comp., MScontrol barbar kawalan (A control implemented by MMC to display and manage its own toolbars and menu buttons, as well as those added by snap-ins)
comp., MScontrol-breakputus kawalan (A key or combination of keys used to tell a computer to halt, or break out of, whatever it is doing. On IBM PCs and compatibles under DOS, pressing the Pause/ Break or Scroll Lock/Break key while holding down the Ctrl key issues the break command (as does Ctrl-C). On Macintosh computers, the key combination that sends a break code is Command-period)
comp., MSControl GalleryGaleri Kawalan (A library of controls that support user interface development. Some of these controls function as containers for other controls or content, such as images and media)
comp., MSControl keykekunci Control (A key that, when pressed in combination with another key, gives the other key an alternative meaning)
comp., MScontrol menumenu kawalan (A menu that contains commands you can use to manipulate a window or close a program. You click the program icon at the left of the title bar to open this menu. The context menu of a window replaces this menu)
comp., MSControl PanelPanel Kawalan (A Windows program that collects and displays for users the system-level features of the computer, including hardware and software setup and configuration. From Control Panel, users can click individual items to configure system-level features and perform related tasks)
comp., MScontrol skinkulit kawalan (A skin that is characterized by the properties for controls, such as buttons, labels, calendars, etc)
comp., MScontrol statekeadaan kawalan (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)
comp., MScustom client controlkawalan pelanggan tersuai (A custom control authored by a user or a third-party software vendor in Windows Forms applications)
comp., MScustom controlkawalan tersuai (A form component, such as a template part or ActiveX control, that isn't included with InfoPath by default. Form designers can add or remove custom controls by using the Controls task pane)
comp., MScustom server controlkawalan pelayan tersuai (A custom control authored by a user or a third-party software vendor in Web Forms (ASP.NET pages))
comp., MSdata collection control functionfungsi kawalan koleksi data (An API function that provides sophisticated control over the data collection logger)
comp., MSdata source controlkawalan sumber data (An object that can be added to an ASP.NET Web page that encapsulates the logic required to connect to a data source, such as a database or XML file, and that can execute queries or other data-access commands. A data source control can in turn provide data to other controls on that page)
comp., MSdirectory control blockblok kawalan direktori (An internal NT file system (NTFS) structure in which the file system maintains the state for an open instance of a directory file)
comp., MSdisabled controlkawalan ternyahdaya (A control that appears dimmed on a form or data access page. A disabled control cannot get the focus and will not respond to mouse clicks)
comp., MSdiscretionary access control listsenarai kawalan capaian mengikut budi bicara (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)
comp., MSdynamic access controlkawalan capaian dinamik (The ability for IT pros to define how users access a system based on dynamic qualities, such as a user's location or role)
comp., MSdynamic controlkawalan dinamik (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)
comp., MSedit controlkawalan edit (A rectangular window in which a user can enter and edit text from the keyboard)
comp., MSExchange Control PanelPanel Kawalan Exchange (A web-based management tool for Microsoft Exchange administrators and enterprise e-mail users)
comp., MSexpand controlkawalan kembang (A control that, when clicked, expands or collapses a grouped record to display or hide its detail records)
comp., MSextender controlkawalan peluas (In ASP.NET, a control that encapsulates functionality that is implemented in JavaScript and that defines behavior in the browser. Extender controls are associated with existing Web server controls to add the extender's behavior to that control. For example, an extender control can add a watermark to any TextBox control or drag-and-drop behavior to a variety of ASP.NET Web server controls)
comp., MSform controlkawalan borang (On a Web site, an individual box or button with which you enter information on an electronic form)
comp., MShost controlkawalan hos (An object that is native to a host application (such as Microsoft Office Word or Microsoft Office Excel) to which data binding and events have been added. Examples of host controls include Bookmark controls and ListObject controls)
comp., MSHTML server controlkawalan pelayan HTML (" 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
comp., MSinline warning controlkawalan amaran dalam baris (The ability to control whether warnings are reported for a particular region of code by specifying a compiler directive)
comp., MSLink Control ProtocolProtokol Kawalan Pautan (A PPP control protocol that negotiates link and PPP parameters to dynamically configure the data-link layer of a PPP connection)
comp., MSlist controlkawalan senarai (A control on a form, that repeats as needed, into which users can enter text. The control can be formatted as a bulleted, numbered, or plain list)
comp., MSMail ControlKawalan Mel (The primary navigation tab for mailflow management features in Outlook Live: Transport rules, called "rules" in Outlook Live service; Supervision policies, including closed campus supervision policy and bad words supervision policy, and anti-bullying supervision policy; IP safelisting; Domain types: hosted or shared)
comp., MSmix controlkawalan campuran (A control that allows the creator of a load test scenario to adjust the distribution of tests, browser types, and network types, expressed as percentages. You adjust the percentages by moving sliders)
comp., MSmobile controlskawalan mudah alih (Controls for building mobile Web applications)
comp., MSmobile user controlkawalan pengguna mudah alih (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)
comp., MSpager controlkawalan halaman (A control that is used with a window that does not have enough display area to show all of its content. The pager control allows the user to scroll to the area of the window that is not currently in view)
comp., MSParental ControlsKawalan Ibu Bapa (A Control Panel icon in Windows Vista that allows parents and guardians to customize key aspects of their children's online and computing experience through the use of features such as game ratings and activity reports)
comp., MSpart controlkawalan bahagian (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 applications)
comp., MSper-user controlkawalan setiap pengguna (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)
comp., MSremote call controlkawalan panggilan jauh (The ability to send and receive calls on a desktop phone by using a computer-supported telecommunications application, such as Lync or Communicator)
comp., MSremote controlkawalan jauh (The process of viewing and interacting with an existing Remote Desktop Protocol session initiated by another user)
comp., MSremote control softwareperisian kawalan jauh (Software designed to provide access to a computer from a remote location. These programs are often installed by the computer owner or administrator, and are only a risk if unexpected)
comp., MSrepeating section content controlkawalan kandungan seksyen ulangan (​A content control that enables a user the repeat its contents as many times as the user wants to repeat it)
comp., MSrole-based access control roleperanan kawalan capaian berasaskan peranan (The user role that is assigned to a user account, which determines the options that are visible to that user and the tasks that the user can perform in the management interface for Exchange Labs)
comp., MSService Control ManagerPengurus Kawalan Perkhidmatan (A server capable of manipulating (i.e. starting and stopping) services remotely on other machines)
comp., MSshared controlkawalan kongsi (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)
comp., MSsource controlkawalan sumber (A set of features that include a mechanism for checking source code in and out of a central repository. It also implies a version control system that can manage files through the development lifecycle, keeping track of which changes were made, who made them, when they were made, and why)
comp., MSSource Control ExplorerPenjelajah Kawalan Sumber (A window that is used to view and manage Team Foundation source control items which can include team projects folders and files)
comp., MSstatic controlkawalan statik (" 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.")
comp., MSstatus bar controlkawalan bar status (A standard Windows control that provides the functionality of a status bar)
comp., MSsystem access control listsenarai kawalan capaian sistem (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)
comp., MSsystem control areakawasan kawalan sistem (An area in the taskbar that shows icons for network connectivity, volume control, clock, and on laptops and Tablet computers, the battery)
comp., MStab controlkawalan tab (A standard control that resembles a notebook and lets the user navigate different sections of information without leaving the current element on the screen)
comp., MStemplated controlkawalan bertemplat (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)
comp., MSthumb controlkawalan ibu jari (The part of a slider control that can be moved to set the slider position)
comp., MStoolbar controlkawalan bar alatan (A standard Windows control designed with the same characteristics as the toolbar)
comp., MSTransmission Control ProtocolProtokol Kawalan Penghantaran (The protocol within TCP/IP that governs the breakup of data messages into packets to be sent via IP, and the reassembly and verification of the complete messages from packets received by IP)
comp., MSTransmission Control Protocol/Internet ProtocolProtokol Kawalan Penghantaran/Protokol Internet (A set of networking protocols widely used on the Internet that provides communications across interconnected networks of computers with diverse hardware architectures and various operating systems. TCP/IP includes standards for how computers communicate and conventions for connecting networks and routing traffic)
comp., MStree view controlkawalan pandangan pohon (A standard Windows control that allows a set of hierarchically-related objects to be displayed as an expandable outline)
comp., MSUI Control LocatorPelokasi Kawalan UI (A tool that identifies controls to use in a coded UI test)
comp., MSUser Account ControlKawalan Akaun Pengguna (A security feature that helps prevent unauthorized changes to a computer, by asking user for permission or administrator credentials before performing actions that could potentially affect the computer's operation or that change settings that affect multiple users)
comp., MSvalidation server controlkawalan pelayan pensahihan (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)
comp., MSversion controlkawalan versi (The process of maintaining a database of all the source code and related files in a software development project to keep track of changes made during the project)
comp., MSversion control labellabel kawalan versi (A word, symbol, or other group of characters used to identify a snapshot of a set of files at a specific point in time. It is often applied by an automated build process. It can be used to view, build, or even roll back a large set of files to the state they were in when the label was applied)
comp., MSvolume control buttonbebutang kawalan kelantangan (A hardware button that increases and decreases the sound volume)
comp., MSWeb controlKawalan web (A server-side component that encapsulates user interface and related functionality)
comp., MSWeb Parts controlkawalan Bahagian Web (A control that is part of the Web Parts control set)
comp., MSWeb Parts control setset kawalan Bahagian Web (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)
comp., MSWeb server controlkawalan pelayan Web (" 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 .")
comp., MSWindows Live Sync ActiveX Control for Remote ConnectionsActiveX Windows Live Jauh (The list item in the Program and Features list in Control Panel for the ActiveX control for Windows Live remote connections)

Get short URL