CogDisplay HorizontalScrollBar Property Cognex VisionPro 9.10
Gets or sets whether the horizontal scroll bar is visible.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public virtual bool HorizontalScrollBar { get; set; }

Property Value

Type: Boolean
True if the horizontal scroll bar is visible.
Events

Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
Remarks

If scroll bars are not visible, the user may still be able to pan the image using the pan mouse mode.

See Also