/**
* Determines the display mode of the given control or form.
*/
export enum ControlMode {
Display = 1,
Edit = 2,
New = 3,
}