Class | Description |
---|---|
CollectionInfo | Generic CollectionInfo class. This class allows for easy access via reflection to any Collection class. You should alway check if the feature is supported. Some feature may be simulated. For example, a collection that does support the "Items" property, may support "Count" and "ItemAt", from which, the CollectionInfo can simulate the "Items" property. |
DateTimeFormat | [To be supplied.] |
Format | [To be supplied.] |
FormatEventArgs | [To be supplied.] |
FormatInfo | [To be supplied.] |
GenericFormat | [To be supplied.] |
InstallerTypeAttribute | Specifies the installer to use for a type to install components. |
NumericFormat | [To be supplied.] |
OrderSelector | This class used by ValueEditors. System.Data.DataTable$PrimaryKeyValueEditor Allows to select order from the list of items. Supports 32-bit BitMasks. |
RedirectValueEditor | [To be supplied.] |
ThreadNotify | This class implements a polling system that will periodically check for a boolean condition and invoke a method in response to that condition. |
TypeListEditor | [To be supplied.] |
Interface | Description |
---|---|
IComponentEditorPageSite | The site for a ComponentEditorPage. |
IEditorHost | IEditorHost is a callback that the host provides through the IValueAccess interface to assist a value editor in presenting UI to the user. a dialog can be launched through the runDialog method (with the added advantage of appropriate screen placement). The host can also take a control and display it in a drop down window. |
Delegate | Description |
---|---|
BooleanReturnMethodInvoker | [To be supplied.] |
FormatEventHandler | [To be supplied.] |
Enumeration | Description |
---|---|
FormatMode | [To be supplied.] |
UserMode | [To be supplied.] |