Back to Devexpress

PictureEdit.VScrollBar Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-7e1f834d.md

latest2.0 KB
Original Source

PictureEdit.VScrollBar Property

Gets the vertical scrollbar.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public VScrollBar VScrollBar { get; }
vb
<Browsable(False)>
Public ReadOnly Property VScrollBar As VScrollBar

Property Value

TypeDescription
VScrollBar

A VScrollBar object which represents the vertical scrollbar.

|

Remarks

The VScrollBar property provides access to the VScrollBar object which represents the PictureEdit‘s vertical scrollbar. To show or hide the PictureEdit‘s scroll bars, use the RepositoryItemPictureEdit.ShowScrollBars property that can be accessed via the PictureEdit.Properties property.

See Also

HScrollBar

ShowScrollBars

Properties

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace