> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.UserPreferenceStrings.Visual

# <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual" /> Class UserPreferenceStrings.Visual

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Visual effects

```csharp theme={null}
public static class UserPreferenceStrings.Visual
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPreferenceStrings.Visual](SuperOffice.WebApi.Data.UserPreferenceStrings.Visual.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Fields

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_ActiveSound" /> 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.
<p />Control type: Bool, access: Admin, Crm, Admin users, Wizard

```csharp theme={null}
public const string ActiveSound = "ActiveSound"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_AnimatePanels" /> AnimatePanels

Enables animation when switching screens
<p />Control type: Bool, access: Wizard

```csharp theme={null}
public const string AnimatePanels = "AnimatePanels"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_FilterCompletedFromTodo" /> FilterCompletedFromTodo

Filter: Removes completed activities from the checklist
<p />Control type: Bool, access: Admin, Crm, Admin users, Wizard

```csharp theme={null}
public const string FilterCompletedFromTodo = "FilterCompletedFromTodo"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_FrameType" /> FrameType

Which frame type to use in edit fields
<p />Control type: Text, access: Wizard

```csharp theme={null}
public const string FrameType = "FrameType"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_HistorySize" /> HistorySize

The maximum number of elements in a history list
<p />Control type: Number, access: Admin, Crm, Admin users, Wizard

```csharp theme={null}
public const string HistorySize = "HistorySize"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_JpegQuality" /> 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.
<p />Control type: Number, access: Admin, Crm, Admin users, Wizard

```csharp theme={null}
public const string JpegQuality = "JpegQuality"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_MonitorLight" /> 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.
<p />Control type: Number, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string MonitorLight = "MonitorLight"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_Section" /> Section

Section heading

```csharp theme={null}
public const string Section = "Visual"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_ShowNotepad" /> ShowNotepad

Should the Notepad be displayed when CRM is started? (Default = NO)
<p />Control type: Bool, access: Admin, Admin users, Wizard

```csharp theme={null}
public const string ShowNotepad = "ShowNotepad"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPreferenceStrings_Visual_Tooltips" /> Tooltips

Turn tooltips on or off
<p />Control type: Bool, access: Admin, Crm, Admin users, Wizard

```csharp theme={null}
public const string Tooltips = "Tooltips"
```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)


## Related topics

- [SuperOffice.WebApi.Data.UserPreferenceStrings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Person](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Person.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Project](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Project.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Quote](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Quote.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Sale](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Sale.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ZFD.md)
