Class UserPreferenceStrings.Visual
Visual effects
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class Visual
Fields
ActiveSound
Enables the use of sounds for events in SuperOffice CRM. The various sounds may be defined individually under Sounds and Audio Devices in the Windows Control Panel.
Control type: Bool, access: Admin, Crm, Admin users, Wizard
Declaration
public const string ActiveSound = "ActiveSound"
Field Value
Type | Description |
---|---|
String |
AnimatePanels
Enables animation when switching screens
Control type: Bool, access: Wizard
Declaration
public const string AnimatePanels = "AnimatePanels"
Field Value
Type | Description |
---|---|
String |
FilterCompletedFromTodo
Filter: Removes completed activities from the checklist
Control type: Bool, access: Admin, Crm, Admin users, Wizard
Declaration
public const string FilterCompletedFromTodo = "FilterCompletedFromTodo"
Field Value
Type | Description |
---|---|
String |
FrameType
Which frame type to use in edit fields
Control type: Text, access: Wizard
Declaration
public const string FrameType = "FrameType"
Field Value
Type | Description |
---|---|
String |
HistorySize
The maximum number of elements in a history list
Control type: Number, access: Admin, Crm, Admin users, Wizard
Declaration
public const string HistorySize = "HistorySize"
Field Value
Type | Description |
---|---|
String |
JpegQuality
Quality parameter for JPEG compression of stored images, from 0 to 100; 100 is best, default is 40. Setting high values will result in sharper images, at the cost of storage space in the database and loading times.
Control type: Number, access: Admin, Crm, Admin users, Wizard
Declaration
public const string JpegQuality = "JpegQuality"
Field Value
Type | Description |
---|---|
String |
MonitorLight
Status images are processed to make them seem transparent. This parameter controls how much the light level is increased from a normalized starting point. Higher values will result in lighter images, possibly resulting in loss of detail. Default is 80.
Control type: Number, access: Admin, Admin users, Wizard
Declaration
public const string MonitorLight = "MonitorLight"
Field Value
Type | Description |
---|---|
String |
Section
Section heading
Declaration
public const string Section = "Visual"
Field Value
Type | Description |
---|---|
String |
ShowNotepad
Should the Notepad be displayed when CRM is started? (Default = NO)
Control type: Bool, access: Admin, Admin users, Wizard
Declaration
public const string ShowNotepad = "ShowNotepad"
Field Value
Type | Description |
---|---|
String |
Tooltips
Turn tooltips on or off
Control type: Bool, access: Admin, Crm, Admin users, Wizard
Declaration
public const string Tooltips = "Tooltips"
Field Value
Type | Description |
---|---|
String |