Controls used by the default data editor panel
| C# |
namespace CS.DataPlace.Edit.FormEditControls
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| AddressBookEntrySelector |
Allows the user to view and edit the selected name from the Outlook Address Book.
| |
| BindableCheckBox |
Checkbox control suitable for binding to a null value as well as true (checked) and false (unchecked).
| |
| CrossRelationDropDown |
Shows the available cross-reference relationships in a tree and allows the user to select them.
| |
| CrossRelationSelector |
Allows the user to view and select cross-reference relationships
using a CrossRelationDropDown.
| |
| DropDownControl |
Base class for a drop-down control that can be invoked from a DropDownSelectorBase.
| |
| DropDownSelectorBase |
Base class for a selector control that invokes a DropDownControl for editing values.
| |
| FileSelector |
Allows the user to view and edit the selected file.
| |
| FKRelationDropDown |
Shows the available PK/FK relationships and allows the user to select them.
| |
| FKRelationSelector |
Allows the user to view and select a PK/FK relationship
using a CrossRelationDropDown.
| |
| HyperlinkSelector |
Allows the user to view and select an item, such as a file on the local system or network,
to be represented as a clickable link.
| |
| ImageSelector |
Allows the user to view and select an image from the local system or network.
|