LanguageViewHighlightRecents Property
|
Use this method to move the selected language to the beginning of the list in white highlight.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(24)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool HighlightRecents { get; set; }<DispIdAttribute(24)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property HighlightRecents As Boolean
Get
Set
public:
[DispIdAttribute(24)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool HighlightRecents {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also