Click or drag to resize

DetailViewBackColor Property

This property controls which color is used to fill the control background.

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

Property Value

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