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; }
<DispIdAttribute(-501)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property BackColor As Color
Get
Set
public:
[DispIdAttribute(-501)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Color BackColor {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
Remarks
The default value of this property is initialized from the COLOR_WINDOW system color.
See Also