WorkflowViewStationProgressTextClr Property
|
This property controls the drawing color of the stations' progress text.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(66)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public Color StationProgressTextClr { get; set; }
<DispIdAttribute(66)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property StationProgressTextClr As Color
Get
Set
public:
[DispIdAttribute(66)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property Color StationProgressTextClr {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
Remarks
By default this property is initialized from the operating system's COLOR_BTNTEXT 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