FocusRowStyle
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies the thickness of the focus frame around a table row.
- C#
- VB.NET
public enum FocusRowStyle : Enum
Public Enum FocusRowStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| None | Do not draw a focus-row frame. | |
| Thick | Draw a thick focus-row frame. | |
| Thin | Draw a thin focus-row frame. |
Used By
| Name | Description |
|---|---|
| SalFormTableWindow.FocusRowStyle | Gets or sets the focus-row frame thickness in both grids. |
| SalTableWindow.DefaultFocusRowStyle | Gets or sets the initial focus-row frame style for subsequently constructed tables. |
| SalTableWindowBase.FocusRowStyle | Gets or sets the focus-row frame thickness in both grids. |