Click or drag to resize

DetailViewBorderVisible Property

This property controls whether a thin 3D border will be displayed around the control or not.

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

Property Value

Type: Boolean
Remarks
Technically setting this property will add WS_EX_CLIENTEDGE style to the control frame window. Default value is True.
See Also