FocusRowStyle
PPJ.Runtime.Windows.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
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
Enables/Disables the focus frame around the current row.
Default value for the FocusRowStyle property.
Enables/Disables the focus frame around the current row.
Last updated