Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoYesNo

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