Click or drag to resize

DetailViewTextColor Property

This property controls which color is used to draw the text in the control.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(-513)]
public Color TextColor { get; set; }

Property Value

Type: Color
Remarks
The default value of this property is initialized with the COLOR_WINDOWTEXT system color.
See Also