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, but it will not respond to input. This is similar to a "Read-Only" mode, except that scrolling the grid is also disabled.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.