WorkflowViewBorderVisible Property
|
This property controls whether a thin 3D border will be displayed around the control or not.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(-519)]
[BindableAttribute(BindableSupport.Yes)]
public bool BorderVisible { get; set; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(-519)>
<BindableAttribute(BindableSupport.Yes)>
Public Property BorderVisible As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(-519)]
[BindableAttribute(BindableSupport::Yes)]
property bool BorderVisible {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
Technically setting this property will add or remove the WS_EX_CLIENTEDGE style to the control frame window. The default value for this property is True.
See Also