GrayIfDisable Property
Description
Specifies whether to draw the grid using "normal" colors or standard Windows disabled colors when the Grid control is disabled.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property GrayIfDisable() As Boolean
Remarks
When set to False, the Grid control will appear enabled to the user even when it is disabled and will not respond to input. This is similar to a "Read-Only" mode, but the user cannot even scroll the grid.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.