ROWSTRIPE property (PropertyGrid)
Description
Specifies if the "row-striping" effect is applied to the property grid. This effect colors the background of the even rows with a lighter shade of the system highlight color.
Property Value
Contains the height in pixels of each row in the property grid.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | Yes | No |
Remarks
N/A
Example
$Insert Logical CtrlEntID = @Window : ".PRG_MAIN" // Turn on Row-striping Call Set_Property_Only( CtrlEntID, "ROWSTRIPE", TRUE$ )
See Also
N/A