LanguageViewShowRecents Property
|
Use this method to display a list of recently used languages.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(23)]
[BindableAttribute(BindableSupport.Yes)]
public bool ShowRecents { get; set; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DispIdAttribute(23)>
<BindableAttribute(BindableSupport.Yes)>
Public Property ShowRecents As Boolean
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[DispIdAttribute(23)]
[BindableAttribute(BindableSupport::Yes)]
property bool ShowRecents {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also