# FocusRowStyle

Namespace: **PPJ.Runtime.Windows**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

Defines the style of the focus frame to draw around the active row in the table window control.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum FocusRowStyle : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum FocusRowStyle As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name      | Description                                                |
| --------- | ---------------------------------------------------------- |
| **None**  | No focus frame.                                            |
| **Thick** | Thick focus frame. This is similar to Gupta's focus frame. |
| **Thin**  | Thin focus frame.                                          |

## Used By

| Name                                                                                                                                                | Description                                              |
| --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [SalFormTableWindow.FocusRowStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.focusrowstyle)    | Enables/Disables the focus frame around the current row. |
| [SalTableWindow.DefaultFocusRowStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.focusrowstyle) | Default value for the FocusRowStyle property.            |
| [SalTableWindowBase.FocusRowStyle](https://desktop-api.iceteagroup.com/ppj.runtime.49/controls/saltablewindow/ppj.runtime.windows.focusrowstyle)    | Enables/Disables the focus frame around the current row. |
