WorkflowViewStationProgressClr Property
|
This property controls the base color of the gradient filled stations' progress indicating.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(65)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
public Color StationProgressClr { get; set; }
<DispIdAttribute(65)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
Public Property StationProgressClr As Color
Get
Set
public:
[DispIdAttribute(65)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
property Color StationProgressClr {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
Remarks
By default this property is initialized based on the operating system's COLOR_HIGHLIGHT system color.
If you changed this value and would like to revert to the default setting, call the SetDefaultColors method -
this will restore the whole color profile, not only this single color.
See Also