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.
- C#
- VB.NET
public enum FocusRowStyle : Enum
Public Enum FocusRowStyle As [Enum]
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 | Enables/Disables the focus frame around the current row. |
| SalTableWindow.DefaultFocusRowStyle | Default value for the FocusRowStyle property. |
| SalTableWindowBase.FocusRowStyle | Enables/Disables the focus frame around the current row. |