HorizontalScroll Property
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("ScrollableControlHorizontalScrollDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public ReadOnly Property HorizontalScroll As System.Windows.Forms.HScrollProperties
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.HScrollProperties
value = instance.HorizontalScroll
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlHorizontalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public System.Windows.Forms.HScrollProperties HorizontalScroll {get;}
public read-only property HorizontalScroll: System.Windows.Forms.HScrollProperties;
SRCategoryAttribute("CatLayout")
SRDescriptionAttribute("ScrollableControlHorizontalScrollDescr")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
public function get HorizontalScroll : System.Windows.Forms.HScrollProperties
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlHorizontalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public: __property System.Windows.Forms.HScrollProperties* get_HorizontalScroll();
[SRCategory("CatLayout")]
[SRDescription("ScrollableControlHorizontalScrollDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
public:
property System.Windows.Forms.HScrollProperties^ HorizontalScroll {
System.Windows.Forms.HScrollProperties^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also