ImageViewOverviewVisible Property
|
This property controls whether the overview window is displayed or not.
Namespace:
OmniPageCSDK.ToolBoxes
Assembly:
OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax[DispIdAttribute(133)]
[BindableAttribute(BindableSupport.Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool OverviewVisible { get; set; }<DispIdAttribute(133)>
<BindableAttribute(BindableSupport.Yes)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property OverviewVisible As Boolean
Get
Set
public:
[DispIdAttribute(133)]
[BindableAttribute(BindableSupport::Yes)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property bool OverviewVisible {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
Remarks
The overview window is a small popup window allowing the user to easily scroll a particular part of the partially displayed image into view.
See Also