AllowInactiveStyle Property (Frame)
In This Topic
Gets or sets a value indicating whether the InactiveStyle is applied to the grid when it loses focus.
Syntax
'Declaration
Public Property AllowInactiveStyle As System.Boolean
public System.bool AllowInactiveStyle {get; set;}
See Also