'Declaration
<SRCategoryAttribute("Layout")> <SRDescriptionAttribute("Gets the horizontal scroll bar for this ScrollableControl.")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute()> Public ReadOnly Property HorizontalScroll As System.Windows.Forms.HScrollProperties
'Usage
Dim instance As EditSourceDialog Dim value As System.Windows.Forms.HScrollProperties value = instance.HorizontalScroll
[SRCategory("Layout")] [SRDescription("Gets the horizontal scroll bar for this ScrollableControl.")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable()] public System.Windows.Forms.HScrollProperties HorizontalScroll {get;}