


 Producten en Diensten |  Dedicated servers |  Datacenter informatie |  Partners, resellers |  Helpdesk informatie |  Technische docs, tools |  Nedcomp / algemeen |
|


| Copyright © Nedcomp Hosting |
| Telefoon nr |
: |
|
+31 184 670111 |
| Fax nummer |
: |
|
+31 184 631384 |
| E-mailadres |
: |
|
info@nedcomp.nl |
|
 |
 |
 |
 |
 |
| .NET Framework Class Library |
|
System.ComponentModel.Design Namespace
The System.ComponentModel.Design namespace contains classes that developers can use to build custom design-time behavior for components and user interfaces for configuring components at design time. The design time environment provides systems that enable developers to arrange components and configure their properties. Some components may require specific design-time only behavior to function properly in a design time environment. It may also be valuable to provide custom user interfaces which assist developers in configuring components or the values of complex data types. The classes and interfaces defined within this namespace can be used to build design-time behavior for components, access design-time services, and implement customized design-time configuration interfaces.
The classes in this namespace include:
- A basic IDesigner interface that you can use to customize design-time behavior for specific types of components.
- A ComponentDesigner class that provides a more sophisticated designer base class which implements the IDesigner, IDisposable, and IDesignerFilter interfaces.
- Designer interfaces and services that enable a designer to support additional functionality, including: IComponentChangeService, IDesignerEventService, IDesignerFilter, IDesignerHost, IDesignerOptionService, IDictionaryService, IEventBindingService, IExtenderListService, IExtenderProviderService, IHelpService, IInheritanceService, IMenuCommandService, IReferenceService, IResourceService, IRootDesigner, ISelectionService, IServiceContainer, ITypeDescriptorFilterService, and ITypeResolutionService.
- Classes that can be used to customize design-time license context management and serialization: DesigntimeLicenseContext and DesigntimeLicenseContextSerializer.
- Simple collection editors that can be extended: ArrayEditor and CollectionEditor.
Namespace hierarchy
Classes
Interfaces
| Interface |
Description |
| IComponentChangeService |
Provides an interface to add and remove the event handlers for events that add, change, remove or rename components, and provides methods to raise a ComponentChanged or ComponentChanging event. |
| IDesigner |
Provides the basic framework for building a custom designer. |
| IDesignerEventService |
Provides event notifications when root designers are added and removed, when a selected compnent changes, and when the current root designer changes. |
| IDesignerFilter |
Provides an interface that enables a designer to access and filter the dictionaries of a TypeDescriptor that stores the property, attribute, and event descriptors that a component designer can expose to the design-time environment. |
| IDesignerHost |
Provides an interface for managing designer transactions and components. |
| IDesignerOptionService |
Provides access to the designer options located on the Tools menu under the Options menu item in the Visual Studio .NET environment. |
| IDictionaryService |
Provides a basic, component site-specific, key-value pair dictionary through a service that a designer can use to store user-defined data. |
| IEventBindingService |
Provides a service for registering event handlers for component events. |
| IExtenderListService |
Provides an interface that can list extender providers. |
| IExtenderProviderService |
Provides an interface for adding and removing extender providers at design time. |
| IHelpService |
Provides methods for showing Help topics and adding and removing Help keywords at design time. |
| IMenuCommandService |
Provides methods to manage the global designer verbs and menu commands available in design mode, and to show some types of context menus. |
| IReferenceService |
Provides an interface for obtaining references to objects within a project by name or type, obtaining the name of a specified object, and for locating the parent of a specified object within a designer project. |
| IResourceService |
Provides an interface for designers to access resource readers and writers for specific CultureInfo resource types. |
| IRootDesigner |
Provides support for root-level designer view technologies. |
| ISelectionService |
Provides an interface for a designer to select components. |
| IServiceContainer |
Provides a container for services. |
| ITypeDescriptorFilterService |
Provides an interface to modify the set of member descriptors for a component in design mode. |
| ITypeResolutionService |
Provides an interface to retrieve an assembly or type by name. |
Delegates
Enumerations
| Enumeration |
Description |
| DisplayMode |
Defines identifiers that indicate the display modes used by ByteViewer. |
| HelpContextType |
Defines identifiers that indicate information about the context in which a request for Help information originated. |
| HelpKeywordType |
Defines identifiers that indicate the type of a Help keyword. |
| SelectionTypes |
Defines identifiers that indicate the type of a selection. |
| ViewTechnology |
Defines identifiers for a set of technologies that designer hosts support. |
See Also
.NET Framework Class Library
|
 |
|