Back to Devexpress

PictureEdit.HScrollBar Property

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-ff71b8c2.md

latest2.0 KB
Original Source

PictureEdit.HScrollBar Property

Gets the horizontal scrollbar.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
HScrollBar

A HScrollBar object which represents the horizontal scrollbar.

|

Remarks

The HScrollBar property provides access to the HScrollBar object, which represents the PictureEdit‘s horizontal 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

VScrollBar

ShowScrollBars

Properties

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace