Skip to main content

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.

public enum FocusRowStyle : Enum

Fields

NameDescription
NoneNo focus frame.
ThickThick focus frame. This is similar to Gupta's focus frame.
ThinThin focus frame.

Used By

NameDescription
SalFormTableWindow.FocusRowStyleEnables/Disables the focus frame around the current row.
SalTableWindow.DefaultFocusRowStyleDefault value for the FocusRowStyle property.
SalTableWindowBase.FocusRowStyleEnables/Disables the focus frame around the current row.