CogDisplay VerticalScrollBar Property Cognex VisionPro 9.7
Gets or sets whether the vertical scroll bar is visible.

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

public virtual bool VerticalScrollBar { get; set; }

Property Value

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

Exceptions

Remarks

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

See Also