WorkflowViewTooltipBKClr Property
|
This property controls the drawing color of the appearing info tips' background.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BindableAttribute(BindableSupport.Yes)]
[DispIdAttribute(62)]
public Color TooltipBKClr { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BindableAttribute(BindableSupport.Yes)>
<DispIdAttribute(62)>
Public Property TooltipBKClr As Color
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BindableAttribute(BindableSupport::Yes)]
[DispIdAttribute(62)]
property Color TooltipBKClr {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
Remarks
By default this property is initialized from the operating system's COLOR_INFOBK system color. If you changed this value and would like
to revert to the default setting, call SetDefaultColors method - this will restore the whole color profile, not only this single color.
See Also